diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index c7b0c4d5f75a..abaa2f09a3bc 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -432,7 +432,7 @@ struct ath9k_hw_version { | |||
432 | * Using de Bruijin sequence to to look up 1's index in a 32 bit number | 432 | * Using de Bruijin sequence to to look up 1's index in a 32 bit number |
433 | * debruijn32 = 0000 0111 0111 1100 1011 0101 0011 0001 | 433 | * debruijn32 = 0000 0111 0111 1100 1011 0101 0011 0001 |
434 | */ | 434 | */ |
435 | #define debruijn32 0x077CB531UL | 435 | #define debruijn32 0x077CB531U |
436 | 436 | ||
437 | struct ath_gen_timer_configuration { | 437 | struct ath_gen_timer_configuration { |
438 | u32 next_addr; | 438 | u32 next_addr; |
@@ -689,6 +689,7 @@ u64 ath9k_hw_gettsf64(struct ath_hw *ah); | |||
689 | void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); | 689 | void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64); |
690 | void ath9k_hw_reset_tsf(struct ath_hw *ah); | 690 | void ath9k_hw_reset_tsf(struct ath_hw *ah); |
691 | void ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting); | 691 | void ath9k_hw_set_tsfadjust(struct ath_hw *ah, u32 setting); |
692 | u64 ath9k_hw_extend_tsf(struct ath_hw *ah, u32 rstamp); | ||
692 | bool ath9k_hw_setslottime(struct ath_hw *ah, u32 us); | 693 | bool ath9k_hw_setslottime(struct ath_hw *ah, u32 us); |
693 | void ath9k_hw_set11nmac2040(struct ath_hw *ah); | 694 | void ath9k_hw_set11nmac2040(struct ath_hw *ah); |
694 | void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period); | 695 | void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period); |