From: Amitkumar Karwar Date: Mon, 14 Apr 2014 22:32:54 +0000 (-0700) Subject: mwifiex: use USB core's soft_unbind option X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fffd7c17cca31b8538a313e02f9f4a6e63d360a;p=pandora-kernel.git mwifiex: use USB core's soft_unbind option This option allows driver to finish pending operations in disconnect handler by not killing URBs after usb_deregister call. We will get rid of global pointer 'usb_card' by moving code from cleanup_module() to disconnect(). This will help to match with our handling for SDIO and PCIe interfaces. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed