diff options
author | Bruno Randolf <br1@einfach.org> | 2010-09-27 12:22:16 +0900 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-09-28 15:47:57 -0400 |
commit | 4a79f2c517cce31c3b25aab0ec5078368b22c363 (patch) | |
tree | 50384f2b0158cd4684a057ed51700f953656b9a1 /drivers/net/wireless/ath/ath5k/ath5k.h | |
parent | 4bd437ea40b81fb4c047034de6dca1b5af496fb0 (diff) | |
download | talos-obmc-linux-4a79f2c517cce31c3b25aab0ec5078368b22c363.tar.gz talos-obmc-linux-4a79f2c517cce31c3b25aab0ec5078368b22c363.zip |
ath5k: Remove unused variable for atim window
It's not used and it's unlikely we will ever implement ATIM.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ath5k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index b96bb985b56d..42e6e821259e 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h @@ -1041,7 +1041,6 @@ struct ath5k_hw { #define ah_modes ah_capabilities.cap_mode #define ah_ee_version ah_capabilities.cap_eeprom.ee_version - u32 ah_atim_window; u32 ah_limit_tx_retries; u8 ah_coverage_class; |