Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214643
b: refs/heads/master
c: 516c6e1
h: refs/heads/master
i:
  214641: fde03b6
  214639: 4752c88
v: v3
  • Loading branch information
Fabio Rossi authored and John W. Linville committed Sep 14, 2010
1 parent 9a97da7 commit 417dfeb
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: 65b7fc97473656eb35b6b58a22c7cef4a99d9e35
refs/heads/master: 516c6e1f52a09fb2e7024101db3f0375f65670df
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath5k/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ ath5k_hw_rf511x_iq_calibrate(struct ath5k_hw *ah)

/* protect against divide by 0 and loss of sign bits */
if (i_coffd == 0 || q_coffd < 2)
return -1;
return 0;

i_coff = (-iq_corr) / i_coffd;
i_coff = clamp(i_coff, -32, 31); /* signed 6 bit */
Expand Down

0 comments on commit 417dfeb

Please sign in to comment.