Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194435
b: refs/heads/master
c: d8903a5
h: refs/heads/master
i:
  194433: 14ab51c
  194431: bfcaf50
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Apr 16, 2010
1 parent 821b52d commit 3432b6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c94fdc97a27bd681afeaf05d9101b3f9a06f986
refs/heads/master: d8903a5361817bd96ceed212ad27a380e7ef4d8e
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,11 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,
if (ah->btcoex_hw.enabled)
ath9k_hw_btcoex_enable(ah);

if (AR_SREV_9300_20_OR_LATER(ah)) {
ath9k_hw_loadnf(ah, curchan);
ath9k_hw_start_nfcal(ah);
}

return 0;
}
EXPORT_SYMBOL(ath9k_hw_reset);
Expand Down

0 comments on commit 3432b6b

Please sign in to comment.