diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-30 13:58:43 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-23 00:54:34 +0400 |
commit | 4658b985170d9d0c88304d2d4459938b600f8c0b (patch) | |
tree | aef8a74a907e7558db64c66eff6ddda08e81715b /drivers/net/wireless/ath9k/ath9k.h | |
parent | 7dd58748592db1e5a77cfbddb8beffcfdb0242fe (diff) | |
download | linux-4658b985170d9d0c88304d2d4459938b600f8c0b.tar.xz |
ath9k: Remove TIM from the interrupt mask
We never handle TIM, TIM_TIMER is used instead.
Remove this and the unnecessary swBeaconProcess variable.
Signed-off-by: Sujith <Sujith.Manoharan@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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 9a12f76988da..0ef89bb73f31 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h @@ -66,7 +66,6 @@ struct ath_config { u32 ath_aggr_prot; u16 txpowlimit; u8 cabqReadytime; - u8 swBeaconProcess; }; /*************************/ |