diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-14 16:40:29 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-15 13:45:06 -0400 |
commit | c8664d13a58f7cccc673c0840efcc698f7872172 (patch) | |
tree | 048f571513be4d623922b32be9de5c3fbe332e0e /drivers/net/wireless/ath/ath9k/ar9002_hw.c | |
parent | bbf2b30c0ee0860ab10af856f7d8570c8652d9fd (diff) | |
download | blackbird-obmc-linux-c8664d13a58f7cccc673c0840efcc698f7872172.tar.gz blackbird-obmc-linux-c8664d13a58f7cccc673c0840efcc698f7872172.zip |
ath9k_hw: fold ar9002_hw_cck_chan14_spread into mode regs initialization
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9002_hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9002_hw.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9002_hw.c b/drivers/net/wireless/ath/ath9k/ar9002_hw.c index 2829c8c75e86..1d06dab27030 100644 --- a/drivers/net/wireless/ath/ath9k/ar9002_hw.c +++ b/drivers/net/wireless/ath/ath9k/ar9002_hw.c @@ -154,11 +154,6 @@ static void ar9002_hw_init_mode_regs(struct ath_hw *ah) INI_RA(addac, 31,1) = 0; } } -} - -/* Support for Japan ch.14 (2484) spread */ -void ar9002_hw_cck_chan14_spread(struct ath_hw *ah) -{ if (AR_SREV_9287_11_OR_LATER(ah)) { INIT_INI_ARRAY(&ah->iniCckfirNormal, ar9287Common_normal_cck_fir_coeff_9287_1_1, |