]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ath9k: merge noisefloor load implementations
authorFelix Fietkau <nbd@openwrt.org>
Sun, 11 Jul 2010 13:44:42 +0000 (15:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 12 Jul 2010 20:05:39 +0000 (16:05 -0400)
commitbbacee13f4382137db24d5904609c49bbef09d5c
treecac32eaa0bd32ed0225ab93e7e5c8702cd343fa4
parentb11b160defc48e4daa283f785192ea3a23a51f8e
ath9k: merge noisefloor load implementations

AR5008+ and AR9003 currently use two separate implementations of the
ath9k_hw_loadnf function. There are three main differences:

 - PHY registers for AR9003 are different
 - AR9003 always uses 3 chains, earlier versions are more selective
 - The AR9003 variant contains a fix for NF load timeouts

This patch merges the two implementations into one, storing the
register array in the ath_hw struct. The fix for NF load timeouts is
not just relevant for AR9003, but also important for earlier hardware,
so it's better to just keep one common implementation.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar5008_phy.c
drivers/net/wireless/ath/ath9k/ar9003_phy.c
drivers/net/wireless/ath/ath9k/calib.c
drivers/net/wireless/ath/ath9k/calib.h
drivers/net/wireless/ath/ath9k/hw-ops.h
drivers/net/wireless/ath/ath9k/hw.h