All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Staging: Use ether_addr_equal_64bits() insted of ether_addr_equal().
@ 2016-02-28 12:09 Sandhya Bankar
  2016-02-28 20:18 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Sandhya Bankar @ 2016-02-28 12:09 UTC (permalink / raw)
  To: outreachy-kernel

Use ether_addr_equal_64bits() insted of ether_addr_equal().
ether_addr_equal_64bits() is more efficient than ether_addr_equal(), and can be used when each argument is an array within a structure.

Sandhya Bankar (2):
  [PATCH 1/2] Staging: slicoss: Use ether_addr_equal_64bits() insted of ether_addr_equal().
  [PATCH 2/2] Staging: rtl8192e: Use ether_addr_equal_64bits() instead of ether_addr_equal().

 drivers/staging/rtl8192e/rtllib_softmac.c | 5 +++--
 drivers/staging/slicoss/slicoss.c         | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
1.8.3.4



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

end of thread, other threads:[~2016-02-28 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 12:09 [PATCH 0/2] Staging: Use ether_addr_equal_64bits() insted of ether_addr_equal() Sandhya Bankar
2016-02-28 20:18 ` [Outreachy kernel] " Julia Lawall
2016-02-28 20:42   ` sandhya bankar

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.