Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236920
b: refs/heads/master
c: 00e0003
h: refs/heads/master
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Jan 28, 2011
1 parent 16adee6 commit 95ab5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 45cbad6a1299842b5ae9a8a9c09630af063692f8
refs/heads/master: 00e0003e0969517c5a447ac3173442dfbdb0613b
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,6 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,
ath9k_hw_spur_mitigate_freq(ah, chan);
ah->eep_ops->set_board_values(ah, chan);

ath9k_hw_set_operating_mode(ah, ah->opmode);

ENABLE_REGWRITE_BUFFER(ah);

REG_WRITE(ah, AR_STA_ID0, get_unaligned_le32(common->macaddr));
Expand All @@ -1365,6 +1363,8 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,

REGWRITE_BUFFER_FLUSH(ah);

ath9k_hw_set_operating_mode(ah, ah->opmode);

r = ath9k_hw_rf_set_freq(ah, chan);
if (r)
return r;
Expand Down

0 comments on commit 95ab5af

Please sign in to comment.