All of lore.kernel.org
 help / color / mirror / Atom feed
* Doubt regarding use of a function
@ 2017-03-10 17:24 sayli karnik
  2017-03-10 17:26 ` [Outreachy kernel] " Julia Lawall
  2017-03-10 21:27 ` Greg KH
  0 siblings, 2 replies; 8+ messages in thread
From: sayli karnik @ 2017-03-10 17:24 UTC (permalink / raw)
  To: outreachy-kernel

ieee80211 has the following function which to me does nothing-
void ieee80211_tkip_null(void)
{
     printk("============>%s()\n", __func__);
     return;
}

Before its function call there is this comment-
/* These function were added to load crypte module autoly */
         ieee80211_tkip_null();

Is this function needed in the driver? If not, can I send in a patch
removing it?


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-11  7:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 17:24 Doubt regarding use of a function sayli karnik
2017-03-10 17:26 ` [Outreachy kernel] " Julia Lawall
2017-03-10 17:35   ` sayli karnik
2017-03-10 17:50     ` Julia Lawall
2017-03-10 21:28       ` Greg Kroah-Hartman
2017-03-10 21:27 ` Greg KH
2017-03-11  6:44   ` sayli karnik
2017-03-11  7:02     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.