parent
21d7852de0
commit
ba2973b938
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
||||||
struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom;
|
struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom;
|
||||||
int o = *offset;
|
int o = *offset;
|
||||||
- int i = 0;
|
- int i = 0;
|
||||||
+ int i;
|
+ int i = 0 ;
|
||||||
u8 freq1, freq2;
|
u8 freq1, freq2;
|
||||||
int ret;
|
int ret;
|
||||||
u16 val;
|
u16 val;
|
||||||
|
|
Loading…
Reference in a new issue