2019-07-10 13:41:45

by Kevin Easton

[permalink] [raw]
Subject: [PATCH] libertas: Add missing sentinel at end of if_usb.c fw_table

This sentinel tells the firmware loading process when to stop.

Reported-and-tested-by: [email protected]
Signed-off-by: Kevin Easton <[email protected]>
---
drivers/net/wireless/marvell/libertas/if_usb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/libertas/if_usb.c b/drivers/net/wireless/marvell/libertas/if_usb.c
index f1622f0ff8c9..fe3142d85d1e 100644
--- a/drivers/net/wireless/marvell/libertas/if_usb.c
+++ b/drivers/net/wireless/marvell/libertas/if_usb.c
@@ -50,7 +50,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 const struct usb_device_id if_usb_table[] = {
--
2.11.0


2019-07-24 11:50:01

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] libertas: Add missing sentinel at end of if_usb.c fw_table

Kevin Easton <[email protected]> wrote:

> This sentinel tells the firmware loading process when to stop.
>
> Reported-and-tested-by: [email protected]
> Signed-off-by: Kevin Easton <[email protected]>

Patch applied to wireless-drivers-next.git, thanks.

764f3f1ecffc libertas: Add missing sentinel at end of if_usb.c fw_table

--
https://patchwork.kernel.org/patch/11038493/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches