Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133984
b: refs/heads/master
c: eaee7cc
h: refs/heads/master
v: v3
  • Loading branch information
Nick Kossifidis authored and John W. Linville committed Jan 29, 2009
1 parent f26d979 commit a1cc931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: b306b82c58069159791df5a377a1f1f49b42c4d3
refs/heads/master: eaee7cc2c180c291084a1c1f49cd2bf13002b3e1
7 changes: 1 addition & 6 deletions trunk/drivers/net/wireless/ath5k/eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode)
struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom;
struct ath5k_chan_pcal_info *pcal;
int offset, ret;
int i, j;
int i;
u16 val;

offset = AR5K_EEPROM_GROUPS_START(ee->ee_version);
Expand Down Expand Up @@ -745,11 +745,6 @@ ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode)

ath5k_get_pcdac_intercepts(ah, cdata->pcdac_min,
cdata->pcdac_max, cdata->pcdac);

for (j = 0; j < AR5K_EEPROM_N_PCDAC; j++) {
cdata->pwr[j] = (u16)
(AR5K_EEPROM_POWER_STEP * cdata->pwr[j]);
}
}

return 0;
Expand Down

0 comments on commit a1cc931

Please sign in to comment.