All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Revert "mwifiex: handle race during mwifiex_usb_disconnect"
@ 2018-06-01 10:41 Ganapathi Bhat
  2018-06-01 10:41 ` [PATCH 2/2] mwifiex: handle race during mwifiex_usb_disconnect Ganapathi Bhat
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ganapathi Bhat @ 2018-06-01 10:41 UTC (permalink / raw)
  To: linux-wireless
  Cc: Brian Norris, Cathy Luo, Xinming Hu, Zhiyuan Yang, James Cao,
	Mangesh Malusare, Ganapathi Bhat

This reverts commit b817047ae70c0bd67b677b65d0d69d72cd6e9728.

We have a better fix for this issue, which will be sent on top
of this revert.

Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
---
 drivers/net/wireless/marvell/mwifiex/usb.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/usb.c b/drivers/net/wireless/marvell/mwifiex/usb.c
index 6e3cf98..bc475b8 100644
--- a/drivers/net/wireless/marvell/mwifiex/usb.c
+++ b/drivers/net/wireless/marvell/mwifiex/usb.c
@@ -644,9 +644,6 @@ static void mwifiex_usb_disconnect(struct usb_interface *intf)
 					 MWIFIEX_FUNC_SHUTDOWN);
 	}
 
-	if (adapter->workqueue)
-		flush_workqueue(adapter->workqueue);
-
 	mwifiex_usb_free(card);
 
 	mwifiex_dbg(adapter, FATAL,
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-24 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01 10:41 [PATCH 1/2] Revert "mwifiex: handle race during mwifiex_usb_disconnect" Ganapathi Bhat
2018-06-01 10:41 ` [PATCH 2/2] mwifiex: handle race during mwifiex_usb_disconnect Ganapathi Bhat
2018-06-01 16:33   ` Brian Norris
2018-06-18 14:41     ` Kalle Valo
2018-06-01 15:56 ` [PATCH 1/2] Revert "mwifiex: handle race during mwifiex_usb_disconnect" Kalle Valo
2018-06-24 17:01 ` [1/2] " Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.