Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202834
b: refs/heads/master
c: e9201f0
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Jun 3, 2010
1 parent eab44fe commit 35b517a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23367769af90b63231cce6d70a39f1700ca5c03d
refs/heads/master: e9201f09ad4c6ef5f5b28d20b114a47bf57e72a3
12 changes: 6 additions & 6 deletions trunk/drivers/net/wireless/ath/ath9k/htc_drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1266,12 +1266,6 @@ static void ath9k_htc_stop(struct ieee80211_hw *hw)
WMI_CMD(WMI_DISABLE_INTR_CMDID);
WMI_CMD(WMI_DRAIN_TXQ_ALL_CMDID);
WMI_CMD(WMI_STOP_RECV_CMDID);
ath9k_hw_phy_disable(ah);
ath9k_hw_disable(ah);
ath9k_hw_configpcipowersave(ah, 1, 1);
ath9k_htc_ps_restore(priv);
ath9k_htc_setpower(priv, ATH9K_PM_FULL_SLEEP);

skb_queue_purge(&priv->tx_queue);

/* Remove monitor interface here */
Expand All @@ -1284,6 +1278,12 @@ static void ath9k_htc_stop(struct ieee80211_hw *hw)
"Monitor interface removed\n");
}

ath9k_hw_phy_disable(ah);
ath9k_hw_disable(ah);
ath9k_hw_configpcipowersave(ah, 1, 1);
ath9k_htc_ps_restore(priv);
ath9k_htc_setpower(priv, ATH9K_PM_FULL_SLEEP);

priv->op_flags |= OP_INVALID;

ath_print(common, ATH_DBG_CONFIG, "Driver halt\n");
Expand Down

0 comments on commit 35b517a

Please sign in to comment.