aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2009-07-14 20:17:12 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-07-24 15:05:18 -0400
commitebaa24534ef54a8f665558536dbef3a761a9b841 (patch)
treeaaf74f7b25ddf191b1242da6b32a5af7699f4673 /drivers/net/wireless
parentc41d92dc9d9a1afcec0095c32698ea7deff01098 (diff)
ath9k: Remove pointless ath9k_ps_restore() in ath_detach()
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-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 46f4a692c8d1..90cecce8d5ff 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -1286,7 +1286,6 @@ void ath_detach(struct ath_softc *sc)
1286 1286
1287 ath9k_hw_detach(sc->sc_ah); 1287 ath9k_hw_detach(sc->sc_ah);
1288 ath9k_exit_debug(sc); 1288 ath9k_exit_debug(sc);
1289 ath9k_ps_restore(sc);
1290} 1289}
1291 1290
1292static int ath9k_reg_notifier(struct wiphy *wiphy, 1291static int ath9k_reg_notifier(struct wiphy *wiphy,