diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index a69fda8a9102..ce011ab5e89d 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -2010,6 +2010,7 @@ static int ath9k_start(struct ieee80211_hw *hw) | |||
2010 | AR_STOMP_LOW_WLAN_WGHT); | 2010 | AR_STOMP_LOW_WLAN_WGHT); |
2011 | ath9k_hw_btcoex_enable(sc->sc_ah); | 2011 | ath9k_hw_btcoex_enable(sc->sc_ah); |
2012 | 2012 | ||
2013 | ath_pcie_aspm_disable(sc); | ||
2013 | if (sc->btcoex_info.btcoex_scheme == ATH_BTCOEX_CFG_3WIRE) | 2014 | if (sc->btcoex_info.btcoex_scheme == ATH_BTCOEX_CFG_3WIRE) |
2014 | ath_btcoex_timer_resume(sc, &sc->btcoex_info); | 2015 | ath_btcoex_timer_resume(sc, &sc->btcoex_info); |
2015 | } | 2016 | } |