Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253044
b: refs/heads/master
c: 1df85ec
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Chadd authored and John W. Linville committed May 27, 2011
1 parent 12188e2 commit 72d6c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 64c754ed3b0009e4fa248f739000dc234eb0d2c9
refs/heads/master: 1df85ecec36ad5da3f0165760704310d6c03f65f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9002_calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ static bool ar9002_hw_init_cal(struct ath_hw *ah, struct ath9k_channel *chan)
if (AR_SREV_9271(ah)) {
if (!ar9285_hw_cl_cal(ah, chan))
return false;
} else if (AR_SREV_9285_12_OR_LATER(ah)) {
} else if (AR_SREV_9285(ah) && AR_SREV_9285_12_OR_LATER(ah)) {
if (!ar9285_hw_clc(ah, chan))
return false;
} else {
Expand Down

0 comments on commit 72d6c83

Please sign in to comment.