alistair23-linux/drivers/net/wireless/ath/ath5k
Bruno Randolf de8af45520 ath5k: Simplify cw_min/max and AIFS configuration
Get rid of overly complicated cw_min/max and AIFS configuration:

* Validate values in ath5k_hw_set_tx_queueprops(), so we can use them directly
  without further checks or computation in ath5k_hw_reset_tx_queue().

* Simplifiy by using AR5K_TUNE_AIFS|CWMIN|CWMAX variables directly since we
  don't support XR or B channels. That way we can also remove
  AR5K_TXQ_USEDEFAULT and the confusing logic around it.

* Update data types: AIFS is u8, CW's are u16.

* Remove now unneeded variables in ath5k_hw.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-09-21 11:05:16 -04:00
..
ani.c ath5k: clean up some comments 2010-08-24 16:28:00 -04:00
ani.h
ath5k.h ath5k: Simplify cw_min/max and AIFS configuration 2010-09-21 11:05:16 -04:00
attach.c ath5k: Simplify cw_min/max and AIFS configuration 2010-09-21 11:05:16 -04:00
base.c ath5k: Simplify cw_min/max and AIFS configuration 2010-09-21 11:05:16 -04:00
base.h ath5k: Count how many times a queue got stuck 2010-09-21 11:05:14 -04:00
caps.c
debug.c ath5k: Count how many times a queue got stuck 2010-09-21 11:05:14 -04:00
debug.h ath5k: log descriptor chains at a new debug level 2010-08-25 14:33:18 -04:00
desc.c
desc.h
dma.c ath5k: clean up some comments 2010-08-24 16:28:00 -04:00
eeprom.c ath5k: clean up some comments 2010-08-24 16:28:00 -04:00
eeprom.h
gpio.c
initvals.c
Kconfig
led.c
Makefile
pcu.c ath5k: Remove old ath5k key handling functions 2010-09-16 15:19:45 -04:00
phy.c ath5k: avoid unneeded calibration error messages 2010-09-14 16:05:56 -04:00
qcu.c ath5k: Simplify cw_min/max and AIFS configuration 2010-09-21 11:05:16 -04:00
reg.h ath5k: Remove old ath5k key handling functions 2010-09-16 15:19:45 -04:00
reset.c ath5k: trivial spelling fixes 2010-08-25 14:33:18 -04:00
rfbuffer.h ath5k: clean up some comments 2010-08-24 16:28:00 -04:00
rfgain.h
rfkill.c
sysfs.c