linux/drivers/net/wireless/p54
Johannes Berg 3ac64beecd mac80211: allow configure_filter callback to sleep
Over time, a whole bunch of drivers have come up
with their own scheme to delay the configure_filter
operation to a workqueue. To be able to simplify
things, allow configure_filter to sleep, and add
a new prepare_multicast callback that drivers that
need the multicast address list implement. This new
callback must be atomic, but most drivers either
don't care or just calculate a hash which can be
done atomically and then uploaded to the hardware
non-atomically.

A cursory look suggests that at76c50x-usb, ar9170,
mwl8k (which is actually very broken now), rt2x00,
wl1251, wl1271 and zd1211 should make use of this
new capability.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-20 11:35:58 -04:00
..
Kconfig p54: Kconfig maintenance 2009-03-27 20:13:18 -04:00
Makefile p54: Modify p54 files for new organization 2009-07-10 15:02:24 -04:00
eeprom.c p54: Eliminate unnecessary initialization 2009-07-24 15:05:27 -04:00
eeprom.h p54: Move eeprom header 2009-07-10 15:01:58 -04:00
fwio.c p54: implement rfkill 2009-08-14 09:13:45 -04:00
led.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
lmac.h p54: fix beaconing related firmware crash 2009-07-24 15:05:21 -04:00
main.c mac80211: allow configure_filter callback to sleep 2009-08-20 11:35:58 -04:00
net2280.h
p54.h p54: fix beaconing related firmware crash 2009-07-24 15:05:21 -04:00
p54pci.c p54: Modify p54 files for new organization 2009-07-10 15:02:24 -04:00
p54pci.h
p54spi.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
p54spi.h
p54spi_eeprom.h
p54usb.c p54usb: fix stalls caused by urb allocation failures 2009-07-10 15:02:30 -04:00
p54usb.h p54usb: rework driver for resume 2009-05-06 15:14:41 -04:00
txrx.c p54: implement rfkill 2009-08-14 09:13:45 -04:00