]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89919f8ddf427bc4677323db6afe088ade24fb57
tree863e6507e0141acec4492f5b941490e3f5458204
parent494390b7b1c851888be880c5547dd8efe2be6920
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 5ee647ca5c12133c81b5c50a05cfd680cbdd327e.

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