|
@@ -672,7 +672,8 @@ struct eeprom_ops {
|
|
|
bool (*fill_eeprom)(struct ath_hw *hw);
|
|
|
int (*get_eeprom_ver)(struct ath_hw *hw);
|
|
|
int (*get_eeprom_rev)(struct ath_hw *hw);
|
|
|
- u8 (*get_num_ant_config)(struct ath_hw *hw, enum ieee80211_band band);
|
|
|
+ u8 (*get_num_ant_config)(struct ath_hw *hw,
|
|
|
+ enum ath9k_hal_freq_band band);
|
|
|
u32 (*get_eeprom_antenna_cfg)(struct ath_hw *hw,
|
|
|
struct ath9k_channel *chan);
|
|
|
void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan);
|