Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194234
b: refs/heads/master
c: 4f59fce
h: refs/heads/master
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Apr 8, 2010
1 parent 744edf6 commit 9c23aa1
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: a05988bbbef5ac2391fe696646f0b80708f33f2e
refs/heads/master: 4f59fce9e099fb6ba3c8361e5094163a3efce5be
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 @@ -2557,7 +2557,7 @@ ath5k_combine_pwr_to_pdadc_curves(struct ath5k_hw *ah,
max_idx = (pdadc_n < table_size) ? pdadc_n : table_size;

/* Fill pdadc_out table */
while (pdadc_0 < max_idx)
while (pdadc_0 < max_idx && pdadc_i < 128)
pdadc_out[pdadc_i++] = pdadc_tmp[pdadc_0++];

/* Need to extrapolate above this pdgain? */
Expand Down

0 comments on commit 9c23aa1

Please sign in to comment.