OSDN Git Service

b43: Add missing MODULE_FIRMWARE()
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 May 2017 09:27:52 +0000 (11:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2018 11:35:57 +0000 (12:35 +0100)
commit0a01ecbd23a9547b60b1a1d7e83f60704b176925
tree954e345a245832e800576fc31709c237fb7f647b
parent113d22965c78a79210d4da2d455dc9bcff5e2fb6
b43: Add missing MODULE_FIRMWARE()

commit 3c89a72ad80c64bdbd5ff851ee9c328a191f7e01 upstream.

Some firmware entries were forgotten to be added via MODULE_FIRMWARE(), which
may result in the non-functional state when the driver is loaded in initrd.

Link: http://bugzilla.opensuse.org/show_bug.cgi?id=1037344
Fixes: 15be8e89cdd9 ("b43: add more bcma cores")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/broadcom/b43/main.c