aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index e0e0e86578b..5ae303b11e6 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -1266,7 +1266,6 @@ static void ath9k_stop(struct ieee80211_hw *hw)
1266 1266
1267 /* disable HAL and put h/w to sleep */ 1267 /* disable HAL and put h/w to sleep */
1268 ath9k_hw_disable(ah); 1268 ath9k_hw_disable(ah);
1269 ath9k_hw_configpcipowersave(ah, 1, 1);
1270 1269
1271 spin_unlock_bh(&sc->sc_pcu_lock); 1270 spin_unlock_bh(&sc->sc_pcu_lock);
1272 1271