Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203817
b: refs/heads/master
c: d9292c0
h: refs/heads/master
i:
  203815: 34e7a1f
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jul 26, 2010
1 parent c070adf commit 21f4d64
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: 866b7780fce95989dfc85f3e372635f5147e0d90
refs/heads/master: d9292c0db7b4e98ae6d34a662ef49a8bd127fd8f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static void ath9k_hw_nf_sanitize(struct ath_hw *ah, s16 *nf)

ath_print(common, ATH_DBG_CALIBRATE,
"NF calibrated [%s] [chain %d] is %d\n",
(i > 3 ? "ext" : "ctl"), i % 3, nf[i]);
(i >= 3 ? "ext" : "ctl"), i % 3, nf[i]);

if (nf[i] > limit->max) {
ath_print(common, ATH_DBG_CALIBRATE,
Expand Down

0 comments on commit 21f4d64

Please sign in to comment.