Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277643
b: refs/heads/master
c: 38df2f0
h: refs/heads/master
i:
  277641: bd12acd
  277639: a3ffd79
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Nov 8, 2011
1 parent 2fdc5cf commit 38f90d1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 43bc3e89cf3d2ad2ec827212ef0e69a21c0421b9
refs/heads/master: 38df2f07b7bc5309ebb159438b435d1f25f31e35
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9003_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,14 @@ static void ar9003_hw_spur_mitigate_mrc_cck(struct ath_hw *ah,
synth_freq = chan->channel;
}
} else {
range = 10;
range = AR_SREV_9462(ah) ? 5 : 10;
max_spur_cnts = 4;
synth_freq = chan->channel;
}

for (i = 0; i < max_spur_cnts; i++) {
if (AR_SREV_9462(ah) && (i == 0 || i == 3))
continue;
negative = 0;
if (AR_SREV_9485(ah) || AR_SREV_9340(ah) || AR_SREV_9330(ah))
cur_bb_spur = FBIN2FREQ(spur_fbin_ptr[i],
Expand Down

0 comments on commit 38f90d1

Please sign in to comment.