Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246830
b: refs/heads/master
c: 0f8e94d
h: refs/heads/master
v: v3
  • Loading branch information
roel authored and John W. Linville committed Apr 12, 2011
1 parent 641b841 commit 6aa6fa9
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: c266c71a9cbdccb40fb6f4c05d4ddaa6226e5eba
refs/heads/master: 0f8e94d2ae4f7966d09c8105ccabb3b3d8238a4d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9003_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static void ar9003_hw_spur_mitigate_ofdm(struct ath_hw *ah,

ar9003_hw_spur_ofdm_clear(ah);

for (i = 0; spurChansPtr[i] && i < 5; i++) {
for (i = 0; i < AR_EEPROM_MODAL_SPURS && spurChansPtr[i]; i++) {
freq_offset = FBIN2FREQ(spurChansPtr[i], mode) - synth_freq;
if (abs(freq_offset) < range) {
ar9003_hw_spur_ofdm_work(ah, chan, freq_offset);
Expand Down

0 comments on commit 6aa6fa9

Please sign in to comment.