diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-04-25 05:33:55 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-04-25 05:33:55 +0400 |
commit | bb0f8609ba9a41aa7a24109926a0f540dc2a7c6d (patch) | |
tree | b0f27093d4c8a4ed654de3bdb23b4e0ddc1b9c30 /drivers/net/wireless/mwifiex/main.c | |
parent | 644aa4d62096039a79987e13062c6fc656ea380c (diff) | |
download | linux-bb0f8609ba9a41aa7a24109926a0f540dc2a7c6d.tar.xz |
Revert "mwifiex: add firmware dump feature for PCIe"
This reverts commit e050c76fcf49599c5b98e4614392dc87c69123a6.
I'm not sure what crack pipe I was using when I merged this...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwifiex/main.c b/drivers/net/wireless/mwifiex/main.c index 6bc645a120fa..cbabc12fbda3 100644 --- a/drivers/net/wireless/mwifiex/main.c +++ b/drivers/net/wireless/mwifiex/main.c @@ -881,8 +881,6 @@ mwifiex_add_card(void *card, struct semaphore *sem, goto err_kmalloc; INIT_WORK(&adapter->main_work, mwifiex_main_work_queue); - if (adapter->if_ops.iface_work) - INIT_WORK(&adapter->iface_work, adapter->if_ops.iface_work); /* Register the device. Fill up the private data structure with relevant information from the card. */ |