diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-02-03 20:31:54 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-06 23:56:08 +0400 |
commit | eb123af3d1e038c486fc8fcf19518133883792d5 (patch) | |
tree | 284286ef4e46a874c21107d9a38f58b54f720545 /drivers/net/wireless/iwlegacy/common.h | |
parent | b75b3a70a623e6c39512e3ed9a0fd76cea19c085 (diff) | |
download | linux-eb123af3d1e038c486fc8fcf19518133883792d5.tar.xz |
iwlegacy: get rid of ctx->ac_to_queue
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/common.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.h b/drivers/net/wireless/iwlegacy/common.h index e0e4d0136601..e085131a4572 100644 --- a/drivers/net/wireless/iwlegacy/common.h +++ b/drivers/net/wireless/iwlegacy/common.h @@ -1155,8 +1155,6 @@ struct il_force_reset { struct il_rxon_context { struct ieee80211_vif *vif; - const u8 *ac_to_queue; - /* * We could use the vif to indicate active, but we * also need it to be active during disabling when |