linux_dsm_epyc7002/drivers/net/wireless/p54
Julia Lawall 4d2a33e121 p54: use ether_addr_equal_64bits
Ether_addr_equal_64bits is more efficient than ether_addr_equal, and can be
used when each argument is an array within a structure that contains at
least two bytes of data beyond the array.

The structures involved are:
ieee80211_hdr defined in include/linux/ieee80211.h and
p54_common defined in drivers/net/wireless/p54/p54.h

This was done using Coccinelle (http://coccinelle.lip6.fr/).

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-01-03 15:36:59 -05:00
..
eeprom.c p54: potential signedness issue in p54_parse_rssical() 2012-12-03 13:51:59 -05:00
eeprom.h p54: parse output power table 2012-08-10 15:17:14 -04:00
fwio.c mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan 2013-03-25 19:19:35 +01:00
Kconfig Remove GENERIC_HARDIRQ config option 2013-09-13 15:09:52 +02:00
led.c
lmac.h mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00
main.c mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan 2013-03-25 19:19:35 +01:00
Makefile
net2280.h drivers/net/wireless: Fix FSF address in file headers 2013-12-11 10:56:20 -05:00
p54.h p54: only unregister ieee80211_hw when it has been registered 2012-04-09 16:07:35 -04:00
p54pci.c wireless: p54pci: remove unnecessary pci_set_drvdata() 2013-09-26 15:13:45 -04:00
p54pci.h p54pci: convert driver to use asynchronous firmware loading 2012-08-06 14:56:33 -04:00
p54spi_eeprom.h
p54spi.c net: p54spi: remove deprecated IRQF_DISABLED 2013-10-10 13:49:28 -04:00
p54spi.h
p54usb.c p54usb: add USB ID for Corega WLUSB2GTST USB adapter 2013-09-26 14:02:32 -04:00
p54usb.h p54usb: Load firmware asynchronously 2012-04-09 16:07:35 -04:00
txrx.c p54: use ether_addr_equal_64bits 2014-01-03 15:36:59 -05:00