]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
libertas: Add missing sentinel at end of if_usb.c fw_table
authorKevin Easton <kevin@guarana.org>
Wed, 10 Jul 2019 13:31:38 +0000 (13:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2019 10:30:27 +0000 (12:30 +0200)
[ Upstream commit 764f3f1ecffc434096e0a2b02f1a6cc964a89df6 ]

This sentinel tells the firmware loading process when to stop.

Reported-and-tested-by: syzbot+98156c174c5a2cad9f8f@syzkaller.appspotmail.com
Signed-off-by: Kevin Easton <kevin@guarana.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/marvell/libertas/if_usb.c

index a605d569f663a295eb149d450d94bb2ca87f56c4..9d147b11ee51696668c2d7dc118628c5d5ca3bc5 100644 (file)
@@ -49,7 +49,8 @@ static const struct lbs_fw_table fw_table[] = {
        { MODEL_8388, "libertas/usb8388_v5.bin", NULL },
        { MODEL_8388, "libertas/usb8388.bin", NULL },
        { MODEL_8388, "usb8388.bin", NULL },
-       { MODEL_8682, "libertas/usb8682.bin", NULL }
+       { MODEL_8682, "libertas/usb8682.bin", NULL },
+       { 0, NULL, NULL }
 };
 
 static struct usb_device_id if_usb_table[] = {