linux/drivers/net/wireless/ath/ath5k
Bob Copeland a951ae2176 ath5k: fix setup for CAB queue
The beacon sent gating doesn't seem to work with any combination
of flags.  Thus, buffered frames tend to stay buffered forever,
using up tx descriptors.

Instead, use the DBA gating and hold transmission of the buffered
frames until 80% of the beacon interval has elapsed using the ready
time.  This fixes the following error in AP mode:

   ath5k phy0: no further txbuf available, dropping packet

Add a comment to acknowledge that this isn't the best solution.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-01-22 16:11:31 -05:00
..
ath5k.h ath5k: fix setup for CAB queue 2010-01-22 16:11:31 -05:00
attach.c
base.c ath5k: fix setup for CAB queue 2010-01-22 16:11:31 -05:00
base.h ath5k: use the common->keymap 2009-11-11 17:09:10 -05:00
caps.c
debug.c
debug.h
desc.c
desc.h
dma.c
eeprom.c ath5k: Fix eeprom checksum check for custom sized eeproms 2010-01-04 16:11:59 -05:00
eeprom.h ath5k: Fix eeprom checksum check for custom sized eeproms 2010-01-04 16:11:59 -05:00
gpio.c
initvals.c
Kconfig
led.c ath5k: add support for Dell Vostro A860 LED 2009-12-07 16:59:23 -05:00
Makefile
pcu.c ath5k: Implement mac80211 callback set_coverage_class 2010-01-12 13:50:08 -05:00
phy.c ath5k: Fix I/Q calibration 2009-11-23 17:05:29 -05:00
qcu.c ath5k: fix setup for CAB queue 2010-01-22 16:11:31 -05:00
reg.h
reset.c ath5k: dont use external sleep clock in AP mode 2010-01-22 16:11:29 -05:00
rfbuffer.h
rfgain.h
rfkill.c