diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/eeprom.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/eeprom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/eeprom.h b/drivers/net/wireless/ath/ath9k/eeprom.h index de99c0da52e4..a3c7d0c247a3 100644 --- a/drivers/net/wireless/ath/ath9k/eeprom.h +++ b/drivers/net/wireless/ath/ath9k/eeprom.h | |||
@@ -649,6 +649,8 @@ struct eeprom_ops { | |||
649 | int (*check_eeprom)(struct ath_hw *hw); | 649 | int (*check_eeprom)(struct ath_hw *hw); |
650 | u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param); | 650 | u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param); |
651 | bool (*fill_eeprom)(struct ath_hw *hw); | 651 | bool (*fill_eeprom)(struct ath_hw *hw); |
652 | u32 (*dump_eeprom)(struct ath_hw *hw, bool dump_base_hdr, u8 *buf, | ||
653 | u32 len, u32 size); | ||
652 | int (*get_eeprom_ver)(struct ath_hw *hw); | 654 | int (*get_eeprom_ver)(struct ath_hw *hw); |
653 | int (*get_eeprom_rev)(struct ath_hw *hw); | 655 | int (*get_eeprom_rev)(struct ath_hw *hw); |
654 | void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan); | 656 | void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan); |