diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-04-24 21:33:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-04-24 21:33:55 -0400 |
commit | bb0f8609ba9a41aa7a24109926a0f540dc2a7c6d (patch) | |
tree | b0f27093d4c8a4ed654de3bdb23b4e0ddc1b9c30 /drivers/net/wireless/mwifiex/main.c | |
parent | 644aa4d62096039a79987e13062c6fc656ea380c (diff) |
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, | |||
881 | goto err_kmalloc; | 881 | goto err_kmalloc; |
882 | 882 | ||
883 | INIT_WORK(&adapter->main_work, mwifiex_main_work_queue); | 883 | INIT_WORK(&adapter->main_work, mwifiex_main_work_queue); |
884 | if (adapter->if_ops.iface_work) | ||
885 | INIT_WORK(&adapter->iface_work, adapter->if_ops.iface_work); | ||
886 | 884 | ||
887 | /* Register the device. Fill up the private data structure with relevant | 885 | /* Register the device. Fill up the private data structure with relevant |
888 | information from the card. */ | 886 | information from the card. */ |