Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236737
b: refs/heads/master
c: a4d6e17
h: refs/heads/master
i:
  236735: e16fb19
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Jan 19, 2011
1 parent ebd5be3 commit 48c72b8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4e3ae3873858f1e64afb19975360000bee15b502
refs/heads/master: a4d6e17d3ee0f9d12474b1692f7a0574f1aab53c
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9002_calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,10 @@ static bool ar9002_hw_init_cal(struct ath_hw *ah, struct ath9k_channel *chan)
{
struct ath_common *common = ath9k_hw_common(ah);

if (AR_SREV_9271(ah) || AR_SREV_9285_12_OR_LATER(ah)) {
if (AR_SREV_9271(ah)) {
if (!ar9285_hw_cl_cal(ah, chan))
return false;
} else if (AR_SREV_9285_12_OR_LATER(ah)) {
if (!ar9285_hw_clc(ah, chan))
return false;
} else {
Expand Down

0 comments on commit 48c72b8

Please sign in to comment.