diff options
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. */ |