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 21354c15a9a9..7da7d73c0847 100644 --- a/drivers/net/wireless/ath/ath9k/eeprom.h +++ b/drivers/net/wireless/ath/ath9k/eeprom.h | |||
@@ -679,6 +679,7 @@ struct eeprom_ops { | |||
679 | u16 (*get_spur_channel)(struct ath_hw *ah, u16 i, bool is2GHz); | 679 | u16 (*get_spur_channel)(struct ath_hw *ah, u16 i, bool is2GHz); |
680 | }; | 680 | }; |
681 | 681 | ||
682 | void ath9k_hw_analog_shift_regwrite(struct ath_hw *ah, u32 reg, u32 val); | ||
682 | void ath9k_hw_analog_shift_rmw(struct ath_hw *ah, u32 reg, u32 mask, | 683 | void ath9k_hw_analog_shift_rmw(struct ath_hw *ah, u32 reg, u32 mask, |
683 | u32 shift, u32 val); | 684 | u32 shift, u32 val); |
684 | int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight, | 685 | int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight, |
@@ -704,6 +705,7 @@ void ath9k_hw_get_target_powers(struct ath_hw *ah, | |||
704 | u16 numRates, bool isHt40Target); | 705 | u16 numRates, bool isHt40Target); |
705 | u16 ath9k_hw_get_max_edge_power(u16 freq, struct cal_ctl_edges *pRdEdgesPower, | 706 | u16 ath9k_hw_get_max_edge_power(u16 freq, struct cal_ctl_edges *pRdEdgesPower, |
706 | bool is2GHz, int num_band_edges); | 707 | bool is2GHz, int num_band_edges); |
708 | void ath9k_hw_update_regulatory_maxpower(struct ath_hw *ah); | ||
707 | int ath9k_hw_eeprom_init(struct ath_hw *ah); | 709 | int ath9k_hw_eeprom_init(struct ath_hw *ah); |
708 | 710 | ||
709 | #define ar5416_get_ntxchains(_txchainmask) \ | 711 | #define ar5416_get_ntxchains(_txchainmask) \ |