]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ath/ath9k/main.c
ath9k: Disable ASPM when btcoex is active
[karo-tx-linux.git] / drivers / net / wireless / ath / ath9k / main.c
index a69fda8a91026403a0b0c6e363c86f0f41dba433..ce011ab5e89dbbd0af6d5a844e3314e8a7b37ff1 100644 (file)
@@ -2010,6 +2010,7 @@ static int ath9k_start(struct ieee80211_hw *hw)
                                      AR_STOMP_LOW_WLAN_WGHT);
                ath9k_hw_btcoex_enable(sc->sc_ah);
 
+               ath_pcie_aspm_disable(sc);
                if (sc->btcoex_info.btcoex_scheme == ATH_BTCOEX_CFG_3WIRE)
                        ath_btcoex_timer_resume(sc, &sc->btcoex_info);
        }