]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ath9k_hw: remove iniCommon_*_cck_fir_coeff_9271
authorFelix Fietkau <nbd@openwrt.org>
Wed, 14 Mar 2012 15:40:28 +0000 (16:40 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Mar 2012 17:45:05 +0000 (13:45 -0400)
These arrays are unused

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

index e3f268900763a02374440717ba4490c2ebdca7c1..2829c8c75e8659227de826f2a2deecc264d64792 100644 (file)
@@ -34,12 +34,6 @@ static void ar9002_hw_init_mode_regs(struct ath_hw *ah)
                               ARRAY_SIZE(ar9271Modes_9271), 5);
                INIT_INI_ARRAY(&ah->iniCommon, ar9271Common_9271,
                               ARRAY_SIZE(ar9271Common_9271), 2);
-               INIT_INI_ARRAY(&ah->iniCommon_normal_cck_fir_coeff_9271,
-                              ar9287Common_normal_cck_fir_coeff_9287_1_1,
-                              ARRAY_SIZE(ar9287Common_normal_cck_fir_coeff_9287_1_1), 2);
-               INIT_INI_ARRAY(&ah->iniCommon_japan_2484_cck_fir_coeff_9271,
-                              ar9287Common_japan_2484_cck_fir_coeff_9287_1_1,
-                              ARRAY_SIZE(ar9287Common_japan_2484_cck_fir_coeff_9287_1_1), 2);
                INIT_INI_ARRAY(&ah->iniModes_9271_1_0_only,
                               ar9271Modes_9271_1_0_only,
                               ARRAY_SIZE(ar9271Modes_9271_1_0_only), 5);
index 5036f95c48c1b5d08b8f78908da50509b18e6a83..043df3cf54fee24582b36322c105e8c4b046397f 100644 (file)
@@ -835,8 +835,6 @@ struct ath_hw {
        struct ar5416IniArray iniCckfirNormal;
        struct ar5416IniArray iniCckfirJapan2484;
        struct ar5416IniArray ini_japan2484;
-       struct ar5416IniArray iniCommon_normal_cck_fir_coeff_9271;
-       struct ar5416IniArray iniCommon_japan_2484_cck_fir_coeff_9271;
        struct ar5416IniArray iniModes_9271_ANI_reg;
        struct ar5416IniArray iniModes_high_power_tx_gain_9271;
        struct ar5416IniArray iniModes_normal_power_tx_gain_9271;