ath9k: Fix power save usage count imbalance on deinit
[pandora-kernel.git] / drivers / net / wireless / ath / ath9k / main.c
index ace9f06..568f7be 100644 (file)
@@ -953,8 +953,6 @@ void ath_radio_disable(struct ath_softc *sc, struct ieee80211_hw *hw)
 
        spin_unlock_bh(&sc->sc_pcu_lock);
        ath9k_ps_restore(sc);
-
-       ath9k_setpower(sc, ATH9K_PM_FULL_SLEEP);
 }
 
 int ath_reset(struct ath_softc *sc, bool retry_tx)