diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-02-03 17:31:46 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-06 20:56:02 +0100 |
commit | 6aa0c25435e6383d4a4af88fae8d128200dcd471 (patch) | |
tree | 408006d26672f6fc01c488bb735fbd696b89c8a2 /drivers/net/wireless/iwlegacy/4965-mac.c | |
parent | iwlegacy: get rid of *_devtype (diff) | |
download | linux-6aa0c25435e6383d4a4af88fae8d128200dcd471.tar.xz linux-6aa0c25435e6383d4a4af88fae8d128200dcd471.zip |
iwlegacy: get rid of ctxid
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/4965-mac.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/4965-mac.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/4965-mac.c b/drivers/net/wireless/iwlegacy/4965-mac.c index 33725e14e14e..3209970cf45f 100644 --- a/drivers/net/wireless/iwlegacy/4965-mac.c +++ b/drivers/net/wireless/iwlegacy/4965-mac.c @@ -6132,8 +6132,6 @@ il4965_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) il = hw->priv; /* At this point both hw and il are allocated. */ - il->ctx.ctxid = 0; - il->ctx.always_active = true; il->ctx.is_active = true; il->ctx.ac_to_fifo = il4965_bss_ac_to_fifo; |