Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166711
b: refs/heads/master
c: e16c1bb
h: refs/heads/master
i:
  166709: d7b520f
  166707: 9f43ebd
  166703: d5d45e5
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Sep 29, 2009
1 parent 619bef6 commit c8a6d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 78bd6bbf3c12f49e2cb6897bfd73a62325ed3aaa
refs/heads/master: e16c1bb67a0010b5bad26ddc3e691655fd7456e3
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/ath/ar9170/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,8 @@ static int ar9170_set_freq_cal_data(struct ar9170 *ar,
u8 vpds[2][AR5416_PD_GAIN_ICEPTS];
u8 pwrs[2][AR5416_PD_GAIN_ICEPTS];
int chain, idx, i;
u8 f;
u32 phy_data = 0;
u8 f, tmp;

switch (channel->band) {
case IEEE80211_BAND_2GHZ:
Expand Down Expand Up @@ -1208,9 +1209,6 @@ static int ar9170_set_freq_cal_data(struct ar9170 *ar,
}

for (i = 0; i < 76; i++) {
u32 phy_data;
u8 tmp;

if (i < 25) {
tmp = ar9170_interpolate_val(i, &pwrs[0][0],
&vpds[0][0]);
Expand Down

0 comments on commit c8a6d3e

Please sign in to comment.