Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225305
b: refs/heads/master
c: 64c6e50
h: refs/heads/master
i:
  225303: 59568bb
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Dec 15, 2010
1 parent 5ae6d22 commit 0806f29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: bd2ce6e43f65127bc723e7fcc044758cf8113260
refs/heads/master: 64c6e50c0732b793e4bd5fd2954b7bef088f83f8
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/ath/ath9k/htc_drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1170,9 +1170,6 @@ static int ath9k_htc_start(struct ieee80211_hw *hw)
/* setup initial channel */
init_channel = ath9k_cmn_get_curchannel(hw, ah);

/* Reset SERDES registers */
ath9k_hw_configpcipowersave(ah, 0, 0);

ath9k_hw_htc_resetinit(ah);
ret = ath9k_hw_reset(ah, init_channel, ah->caldata, false);
if (ret) {
Expand Down Expand Up @@ -1258,7 +1255,6 @@ static void ath9k_htc_stop(struct ieee80211_hw *hw)

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);

Expand Down

0 comments on commit 0806f29

Please sign in to comment.