Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300187
b: refs/heads/master
c: 9d1ceac
h: refs/heads/master
i:
  300185: 237b6f9
  300183: 394f6fa
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed May 2, 2012
1 parent 91c2e5a commit 59d2e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cf04317227d0c53d931a0b963e7ac6f7f0125e8a
refs/heads/master: 9d1ceac5c6f7e77ea914de376ec17ced3eb22e5f
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static void ar9003_hw_spur_ofdm_work(struct ath_hw *ah,
else
spur_subchannel_sd = 0;

spur_freq_sd = (freq_offset << 9) / 11;
spur_freq_sd = ((freq_offset + 10) << 9) / 11;

} else {
if (REG_READ_FIELD(ah, AR_PHY_GEN_CTRL,
Expand All @@ -382,7 +382,7 @@ static void ar9003_hw_spur_ofdm_work(struct ath_hw *ah,
else
spur_subchannel_sd = 1;

spur_freq_sd = (freq_offset << 9) / 11;
spur_freq_sd = ((freq_offset - 10) << 9) / 11;

}

Expand Down

0 comments on commit 59d2e93

Please sign in to comment.