|
@@ -670,7 +670,7 @@ struct eeprom_ops {
|
|
int (*get_eeprom_ver)(struct ath_hw *hw);
|
|
int (*get_eeprom_ver)(struct ath_hw *hw);
|
|
int (*get_eeprom_rev)(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 ieee80211_band band);
|
|
- u16 (*get_eeprom_antenna_cfg)(struct ath_hw *hw,
|
|
|
|
|
|
+ u32 (*get_eeprom_antenna_cfg)(struct ath_hw *hw,
|
|
struct ath9k_channel *chan);
|
|
struct ath9k_channel *chan);
|
|
void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan);
|
|
void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan);
|
|
void (*set_addac)(struct ath_hw *hw, struct ath9k_channel *chan);
|
|
void (*set_addac)(struct ath_hw *hw, struct ath9k_channel *chan);
|