1
linux/drivers/net/wireless/ath9k
Jouni Malinen 6b3aa6ab78 ath9k: Disable staggered Beacon frame scheduling
It looks like there are some issues in the current ath9k version as
far as staggered Beacon frame scheduling is concerned. This results in
Beacon frame timestamp being off by 25 milliseconds or so which can
cause issues with multicast power save buffering in AP mode. Some
client stations fail to receive multicast frames when there is this
large an offset between TBTT and actual Beacon transmission time.

Since ath9k does not yet support multiple BSSes anyway, the staggered
Beacon frame scheduling is just increasing the number of interrupts at
this point. The easiest fix for the timestamp offset is to disable
staggered Beacon frames for now. We need to redesign beacon.c anyway
when adding multi-BSS support with mac80211 since the existing code
depends on different mechanism for Beacon frame transmission.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-12-12 13:48:23 -05:00
..
ani.c ath9k: Replace ath9k_opmode with nl80211_iftype 2008-12-05 09:35:47 -05:00
ath9k.h ath9k: Replace ath9k_opmode with nl80211_iftype 2008-12-05 09:35:47 -05:00
beacon.c ath9k: Free Beacon skbs in AP mode 2008-12-12 13:48:23 -05:00
calib.c ath9k: Use cleaner debug masks 2008-12-05 09:35:08 -05:00
core.h ath9k: Disable staggered Beacon frame scheduling 2008-12-12 13:48:23 -05:00
debug.c ath9k: Add a debugfs file for dumping DMA status 2008-12-05 09:35:09 -05:00
eeprom.c ath9k: Use cleaner debug masks 2008-12-05 09:35:08 -05:00
hw.c ath9k: Replace ath9k_opmode with nl80211_iftype 2008-12-05 09:35:47 -05:00
hw.h
initvals.h
Kconfig ath9k: Add ATH9K_DEBUG configuration option 2008-12-05 09:35:08 -05:00
mac.c ath9k: Add a debugfs file for dumping DMA status 2008-12-05 09:35:09 -05:00
main.c ath9k: Choose correct ANI calibration period 2008-12-05 09:35:50 -05:00
Makefile ath9k: Add ATH9K_DEBUG configuration option 2008-12-05 09:35:08 -05:00
phy.c ath9k: Use cleaner debug masks 2008-12-05 09:35:08 -05:00
phy.h
rc.c ath9k: Replace ath9k_opmode with nl80211_iftype 2008-12-05 09:35:47 -05:00
rc.h
recv.c ath9k: Check for pci_map_single() errors 2008-12-05 09:35:59 -05:00
reg.h
regd_common.h
regd.c generic swap(): ath9k: rename swap() to swap_array() 2008-12-05 09:35:56 -05:00
regd.h generic swap(): ath9k: rename swap() to swap_array() 2008-12-05 09:35:56 -05:00
xmit.c ath9k: Use GFP_ATOMIC when allocating TX private area 2008-12-05 09:35:59 -05:00