|
@@ -525,13 +525,6 @@ static int mwifiex_usb_resume(struct usb_interface *intf)
|
|
|
MWIFIEX_BSS_ROLE_ANY),
|
|
|
MWIFIEX_ASYNC_CMD);
|
|
|
|
|
|
-#ifdef CONFIG_PM
|
|
|
- /* Resume handler may be called due to remote wakeup,
|
|
|
- * force to exit suspend anyway
|
|
|
- */
|
|
|
- usb_disable_autosuspend(card->udev);
|
|
|
-#endif /* CONFIG_PM */
|
|
|
-
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
@@ -571,7 +564,6 @@ static struct usb_driver mwifiex_usb_driver = {
|
|
|
.id_table = mwifiex_usb_table,
|
|
|
.suspend = mwifiex_usb_suspend,
|
|
|
.resume = mwifiex_usb_resume,
|
|
|
- .supports_autosuspend = 1,
|
|
|
};
|
|
|
|
|
|
static int mwifiex_usb_tx_init(struct mwifiex_adapter *adapter)
|