iwlegacy: get rid of ctx->is_active

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Stanislaw Gruszka
2012-02-03 17:31:55 +01:00
committed by John W. Linville
parent eb123af3d1
commit dee9a09eb3
4 changed files with 3 additions and 31 deletions

View File

@@ -1154,13 +1154,6 @@ struct il_force_reset {
struct il_rxon_context {
struct ieee80211_vif *vif;
/*
* We could use the vif to indicate active, but we
* also need it to be active during disabling when
* we already removed the vif for type setting.
*/
bool always_active, is_active;
};
struct il_power_mgr {