Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263909
b: refs/heads/master
c: 0e4660c
h: refs/heads/master
i:
  263907: 596ba7a
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Aug 30, 2011
1 parent 0d46859 commit bc5f579
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7c2510120e9b43b0caf32c3786a6ab831f7d9e87
refs/heads/master: 0e4660cbe51276e86dbdab17228733dbcdb49249
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9002_calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ static bool ar9002_hw_is_cal_supported(struct ath_hw *ah,
case ADC_DC_CAL:
/* Run ADC Gain Cal for non-CCK & non 2GHz-HT20 only */
if (!IS_CHAN_B(chan) &&
!(IS_CHAN_2GHZ(chan) && IS_CHAN_HT20(chan)))
!((IS_CHAN_2GHZ(chan) || IS_CHAN_A_FAST_CLOCK(ah, chan)) &&
IS_CHAN_HT20(chan)))
supported = true;
break;
}
Expand Down

0 comments on commit bc5f579

Please sign in to comment.