diff options
author | Bruno Randolf <br1@einfach.org> | 2011-01-19 18:21:13 +0900 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-01-21 15:35:46 -0500 |
commit | 930a7622d618cdf794787938d7cbda5461adb1cb (patch) | |
tree | d28516b287a0a53bd273e5c7026e1e1c125496d0 /drivers/net/wireless/ath/ath5k/base.h | |
parent | 4b3721ceb3c1f9b032c6eeb108e44692efbcacef (diff) |
ath5k: Remove redundant sc->curband
Remove sc->curband because the band is already stored in the current channel.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Acked-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index 58660e4d274a..8f919dca95f1 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h @@ -183,8 +183,6 @@ struct ath5k_softc { enum nl80211_iftype opmode; struct ath5k_hw *ah; /* Atheros HW */ - struct ieee80211_supported_band *curband; - #ifdef CONFIG_ATH5K_DEBUG struct ath5k_dbg_info debug; /* debug info */ #endif /* CONFIG_ATH5K_DEBUG */ |