diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2009-01-23 04:10:37 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:01:25 -0500 |
commit | 81b1e19ac2cadc2f8a05c82ffb1abe20a0594d1f (patch) | |
tree | 43fe4aa271db7d171dcf3f1afc0de2875651a5bd /drivers/net/wireless/ath9k/ath9k.h | |
parent | 3aa24e6031a0ca7a8803a103f5c183cd94e5ac98 (diff) |
ath9k: Clean up the way the eeprom antenna configuration is read
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 455a53649b32..5289d2878111 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -974,9 +974,8 @@ bool ath9k_hw_set_power_cal_table(struct ath_hal *ah, | |||
974 | int16_t *pTxPowerIndexOffset); | 974 | int16_t *pTxPowerIndexOffset); |
975 | bool ath9k_hw_eeprom_set_board_values(struct ath_hal *ah, | 975 | bool ath9k_hw_eeprom_set_board_values(struct ath_hal *ah, |
976 | struct ath9k_channel *chan); | 976 | struct ath9k_channel *chan); |
977 | int ath9k_hw_get_eeprom_antenna_cfg(struct ath_hal *ah, | 977 | u16 ath9k_hw_get_eeprom_antenna_cfg(struct ath_hal *ah, |
978 | struct ath9k_channel *chan, | 978 | struct ath9k_channel *chan); |
979 | u8 index, u16 *config); | ||
980 | u8 ath9k_hw_get_num_ant_config(struct ath_hal *ah, | 979 | u8 ath9k_hw_get_num_ant_config(struct ath_hal *ah, |
981 | enum ieee80211_band freq_band); | 980 | enum ieee80211_band freq_band); |
982 | u16 ath9k_hw_eeprom_get_spur_chan(struct ath_hal *ah, u16 i, bool is2GHz); | 981 | u16 ath9k_hw_eeprom_get_spur_chan(struct ath_hal *ah, u16 i, bool is2GHz); |