···549549 ah->eep_ops->get_eeprom_ver(ah),550550 ah->eep_ops->get_eeprom_rev(ah));551551552552- if (ah->config.enable_ani) {553553- ath9k_hw_ani_setup(ah);552552+ if (ah->config.enable_ani)554553 ath9k_hw_ani_init(ah);555555- }556554557555 return 0;558556}
-4
drivers/net/wireless/ath/ath9k/hw.h
···864864 /* ANI */865865 u32 proc_phyerr;866866 u32 aniperiod;867867- int totalSizeDesired[5];868868- int coarse_high[5];869869- int coarse_low[5];870870- int firpwr[5];871867 enum ath9k_ani_cmd ani_function;872868 u32 ani_skip_count;873869