diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 12:03:39 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-18 15:23:24 -0500 |
commit | 60c4bf29747ebcc2c467c1143a512cee92fc673f (patch) | |
tree | 16eb16ee46edc0a0bc0619a9aebceb0ee923af5c /drivers/net/wireless/ath/ath9k/hw.h | |
parent | c67ce33919d57627e98fadceea555ddc01ad77b4 (diff) |
ath9k_hw: remove defunct ad-hoc mode ATIM window handling code
The hardware does not have support for ATIM processing, and the driver
does not set up ah->atim_window anywhere. Additionally, the code can
clobber the timer used by P2P powersave.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 1b45920f0448..3a7068236507 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -776,7 +776,6 @@ struct ath_hw { | |||
776 | u32 txurn_interrupt_mask; | 776 | u32 txurn_interrupt_mask; |
777 | atomic_t intr_ref_cnt; | 777 | atomic_t intr_ref_cnt; |
778 | bool chip_fullsleep; | 778 | bool chip_fullsleep; |
779 | u32 atim_window; | ||
780 | u32 modes_index; | 779 | u32 modes_index; |
781 | 780 | ||
782 | /* Calibration */ | 781 | /* Calibration */ |