Forwarded: [resend PATCH v2 1/1] wifi: libertas: add wake_up() call to properly notify

From: syzbot

Date: Mon May 04 2026 - 10:49:54 EST


For archival purposes, forwarding an incoming command email to
linux-kernel@xxxxxxxxxxxxxxx, syzkaller-bugs@xxxxxxxxxxxxxxxx.

***

Subject: [resend PATCH v2 1/1] wifi: libertas: add wake_up() call to properly notify
Author: jakovnovak30@xxxxxxxxx

#syz test

---
drivers/net/wireless/marvell/libertas/if_usb.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/marvell/libertas/if_usb.c b/drivers/net/wireless/marvell/libertas/if_usb.c
index 4fae0e335136..4aea37f63426 100644
--- a/drivers/net/wireless/marvell/libertas/if_usb.c
+++ b/drivers/net/wireless/marvell/libertas/if_usb.c
@@ -310,6 +310,7 @@ static void if_usb_disconnect(struct usb_interface *intf)
struct lbs_private *priv = cardp->priv;

cardp->surprise_removed = 1;
+ wake_up(cardp->fw_wq);

if (priv) {
lbs_stop_card(priv);
--
2.54.0