diff options
author | Bala Shanmugam <bkamatch@qca.qualcomm.com> | 2012-09-26 13:34:26 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-28 19:54:07 +0200 |
commit | 6a73f507cf51a6a9e327fd9e36690072c657d36e (patch) | |
tree | 866186b8749cdae9772c779841597e7b2d64df76 /drivers/net/wireless/ath/ath9k/gpio.c | |
parent | brcmfmac: use kcalloc() to prevent integer overflow (diff) | |
download | linux-6a73f507cf51a6a9e327fd9e36690072c657d36e.tar.xz linux-6a73f507cf51a6a9e327fd9e36690072c657d36e.zip |
ath9k: Enable MCI for AR9565
Signed-off-by: Bala Shanmugam <bkamatch@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/gpio.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/gpio.c b/drivers/net/wireless/ath/ath9k/gpio.c index bf7d29ec1a87..5faa4f777122 100644 --- a/drivers/net/wireless/ath/ath9k/gpio.c +++ b/drivers/net/wireless/ath/ath9k/gpio.c @@ -412,7 +412,7 @@ void ath9k_stop_btcoex(struct ath_softc *sc) if (ath9k_hw_get_btcoex_scheme(ah) == ATH_BTCOEX_CFG_3WIRE) ath9k_btcoex_timer_pause(sc); ath9k_hw_btcoex_disable(ah); - if (AR_SREV_9462(ah)) + if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) ath_mci_flush_profile(&sc->btcoex.mci); } } |