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)
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>

No differences found