linux/drivers/net/wireless/ath5k
Nick Kossifidis eaee7cc2c1 ath5k: More EEPROM code updates
* Don't scale power values on RF5111 EEPROMs because they get out of
  bounds (power is u8, so multiplying power by 50 is too much and there
  is no reason to do so -we don't do it on other chips anyway-). HAL
  does it as a technique to handle 0.5 dbm steps but i believe it's not
  the right thing to do and certainly not the right place to do it. We
  'll work this out on interpolation code for all chips (0.5 or 0.25
  steps etc) in a generic way.

Signed-Off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-01-29 15:58:46 -05:00
..
Kconfig
Makefile
ath5k.h ath5k: correct packet length in tx descriptors 2008-12-19 15:24:02 -05:00
attach.c ath5k: enable combined michael mic in key cache 2008-12-05 09:32:13 -05:00
base.c ath5k: fix return values from ath5k_tx 2009-01-12 14:24:57 -05:00
base.h
caps.c
debug.c net: constify VFTs 2009-01-21 14:03:37 -08:00
debug.h
desc.c ath5k: correct packet length in tx descriptors 2008-12-19 15:24:02 -05:00
desc.h
dma.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
eeprom.c ath5k: More EEPROM code updates 2009-01-29 15:58:46 -05:00
eeprom.h ath5k: Clean up eeprom parsing and add missing calibration data 2008-11-26 09:47:41 -05:00
gpio.c
initvals.c
pcu.c ath5k: Correct usage of AR5K_CFG_ADHOC 2009-01-12 14:24:56 -05:00
phy.c
qcu.c
reg.h ath5k: Correct usage of AR5K_CFG_ADHOC 2009-01-12 14:24:56 -05:00
reset.c ath5k: Clean up eeprom parsing and add missing calibration data 2008-11-26 09:47:41 -05:00