linux/drivers/net/wireless/ath/ath5k
Lukáš Turek 3578e6ebb3 ath5k: Reimplement clock rate to usec conversion
The original code was correct in 802.11a mode only, 802.11b/g uses
different clock rates. The new code uses values taken from FreeBSD HAL
and should be correct for all modes including turbo modes.

The former rate calculation was used by slope coefficient calculation
function ath5k_hw_write_ofdm_timings. However, this function requires
the 802.11a values even in 802.11g mode. Thus the use of
ath5k_hw_htoclock was replaced by hardcoded values. Possibly the slope
coefficient calculation is not related to clock rate at all.

Signed-off-by: Lukas Turek <8an@praha12.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-01-12 13:50:08 -05:00
..
Kconfig wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig 2009-10-30 16:50:35 -04:00
Makefile ath5k: minor rfkill cleanup 2009-06-10 13:28:39 -04:00
ath5k.h ath5k: Reimplement clock rate to usec conversion 2010-01-12 13:50:08 -05:00
attach.c ath5k: use noise calibration from madwifi hal 2009-10-27 16:48:18 -04:00
base.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 2009-12-30 15:25:08 -05:00
base.h ath5k: use the common->keymap 2009-11-11 17:09:10 -05: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: 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 atheros: define shared bssidmask setting 2009-10-07 16:39:28 -04:00
led.c ath5k: add support for Dell Vostro A860 LED 2009-12-07 16:59:23 -05:00
pcu.c ath5k: Reimplement clock rate to usec conversion 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: Reimplement clock rate to usec conversion 2010-01-12 13:50:08 -05:00
reg.h ath5k: use noise calibration from madwifi hal 2009-10-27 16:48:18 -04:00
reset.c ath5k: Reimplement clock rate to usec conversion 2010-01-12 13:50:08 -05:00
rfbuffer.h
rfgain.h
rfkill.c ath5k: minor rfkill cleanup 2009-06-10 13:28:39 -04:00