diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ath5k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index b96bb985b56d..0cba2e315d9a 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -1041,7 +1041,6 @@ struct ath5k_hw { | |||
1041 | #define ah_modes ah_capabilities.cap_mode | 1041 | #define ah_modes ah_capabilities.cap_mode |
1042 | #define ah_ee_version ah_capabilities.cap_eeprom.ee_version | 1042 | #define ah_ee_version ah_capabilities.cap_eeprom.ee_version |
1043 | 1043 | ||
1044 | u32 ah_atim_window; | ||
1045 | u32 ah_limit_tx_retries; | 1044 | u32 ah_limit_tx_retries; |
1046 | u8 ah_coverage_class; | 1045 | u8 ah_coverage_class; |
1047 | 1046 | ||
@@ -1196,6 +1195,7 @@ u64 ath5k_hw_get_tsf64(struct ath5k_hw *ah); | |||
1196 | void ath5k_hw_set_tsf64(struct ath5k_hw *ah, u64 tsf64); | 1195 | void ath5k_hw_set_tsf64(struct ath5k_hw *ah, u64 tsf64); |
1197 | void ath5k_hw_reset_tsf(struct ath5k_hw *ah); | 1196 | void ath5k_hw_reset_tsf(struct ath5k_hw *ah); |
1198 | void ath5k_hw_init_beacon(struct ath5k_hw *ah, u32 next_beacon, u32 interval); | 1197 | void ath5k_hw_init_beacon(struct ath5k_hw *ah, u32 next_beacon, u32 interval); |
1198 | bool ath5k_hw_check_beacon_timers(struct ath5k_hw *ah, int intval); | ||
1199 | /* ACK bit rate */ | 1199 | /* ACK bit rate */ |
1200 | void ath5k_hw_set_ack_bitrate_high(struct ath5k_hw *ah, bool high); | 1200 | void ath5k_hw_set_ack_bitrate_high(struct ath5k_hw *ah, bool high); |
1201 | /* Clock rate related functions */ | 1201 | /* Clock rate related functions */ |