PD#119211 wifi: fix AP6269 suspend&resume issue
authorWeiguang Ruan <Weiguang.ruan@amlogic.com>
Mon, 17 Oct 2016 12:30:38 +0000 (20:30 +0800)
committerWeiguang Ruan <Weiguang.ruan@amlogic.com>
Mon, 17 Oct 2016 12:30:38 +0000 (20:30 +0800)
recover disconnect in suspend. After disconnect
module will be reseted, and pid become bd27,
initialization is needed.

verify pass with p212 board

Change-Id: Ic07481a6be5307310533f514a9c2a884315d5b7e

bcmdhd-usb.1.201.88.27.x/dbus_usb_linux.c

index 1b411c38fab87efb5704f9f82703cabe49645bc8..a25cd7429de4ca442d5eef2f088e8e5741e59e99 100755 (executable)
@@ -1477,7 +1477,7 @@ dbus_usbos_suspend(struct usb_interface *intf,
             pm_message_t message)
 {      
        printk("AP6269: dbus_usbos_suspend enter, calling disconnect\n");
-       //dbus_usbos_disconnect(intf);
+       dbus_usbos_disconnect(intf);
        return 0;
 }