ath9k: Remove redundant beacon_interval
authorSteve Brown <sbrown@cortland.com>
Tue, 8 Feb 2011 00:10:39 +0000 (17:10 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Feb 2011 21:09:48 +0000 (16:09 -0500)
commit9814f6b34be5179849c0872e81eb99286ef4b051
tree863e6507e0141acec4492f5b941490e3f5458204
parent59bdf3b0fe7a183f18ce94696259c4c76abb4568
ath9k: Remove redundant beacon_interval

The variable appears in both ath_softc and ath_beacon_config.
The struct ath_beacon_config is embedded in ath_softc. The redundant
variable was added by commit id 57c4d7b4c4986037be51476b8e3025d5ba18d8b8.

Signed-off-by: Steve Brown <sbrown@cortland.com>
Reviewed-by: Mohammed Shafi <shafi.ath9k@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/beacon.c
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/xmit.c