]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ath9k_hw: make use of the wrapper to check for MCI init
authorMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Wed, 27 Jun 2012 14:30:26 +0000 (20:00 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 28 Jun 2012 18:37:46 +0000 (14:37 -0400)
ath9k_hw_mci_is_enabled wrapper also takes care of
ATH9K_HW_CAP_MCI being set for the AR9462 under test.

Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/gpio.c

index 26032cb59b8ab7655c4fcdef2aece650e6bc9dc6..9ae6a4d9769144f42722933846f3b5fa83ff3ebb 100644 (file)
@@ -416,7 +416,7 @@ int ath9k_init_btcoex(struct ath_softc *sc)
                txq = sc->tx.txq_map[WME_AC_BE];
                ath9k_hw_init_btcoex_hw(sc->sc_ah, txq->axq_qnum);
                sc->btcoex.bt_stomp_type = ATH_BTCOEX_STOMP_LOW;
-               if (AR_SREV_9462(ah)) {
+               if (ath9k_hw_mci_is_enabled(ah)) {
                        sc->btcoex.duty_cycle = ATH_BTCOEX_DEF_DUTY_CYCLE;
                        INIT_LIST_HEAD(&sc->btcoex.mci.info);