linux_old1/drivers/net/wireless/ath/ath5k
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 ath5k: remove EXPERIMENTAL marker 2009-08-04 16:43:21 -04:00
Makefile ath5k: minor rfkill cleanup 2009-06-10 13:28:39 -04:00
ath5k.h ath5k: Use SWI to trigger calibration 2009-08-14 09:13:56 -04:00
attach.c ath5k: Preserve pcicfg bits during attach 2009-08-14 09:13:56 -04:00
base.c mac80211: allow configure_filter callback to sleep 2009-08-20 11:35:58 -04:00
base.h ath5k: use common ath.ko ath_rxbuf_alloc() 2009-08-14 09:14:06 -04:00
caps.c
debug.c ath5k: remove permissions from debugfs files 2009-07-10 15:02:26 -04:00
debug.h
desc.c
desc.h
dma.c
eeprom.c ath5k: Check EEPROM before tweaking SERDES 2009-08-14 09:13:55 -04:00
eeprom.h ath5k: Check EEPROM before tweaking SERDES 2009-08-14 09:13:55 -04:00
gpio.c
initvals.c
led.c
pcu.c ath5k: fix mesh beaconing 2009-06-15 15:05:53 -04:00
phy.c ath5k: Use SWI to trigger calibration 2009-08-14 09:13:56 -04:00
qcu.c drivers/net/wireless/ath/ath5k: Change constant name 2009-08-14 09:13:51 -04:00
reg.h ath5k: fix values for bus error bits in ISR2 2009-07-24 15:05:29 -04:00
reset.c ath5k: Wakeup fixes 2009-08-14 09:13:56 -04:00
rfbuffer.h
rfgain.h
rfkill.c ath5k: minor rfkill cleanup 2009-06-10 13:28:39 -04:00