Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a974a4bb authored by Ben Hutchings's avatar Ben Hutchings Committed by John W. Linville
Browse files

libertas: declare MODULE_FIRMWARE

parent 328aca32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
MODULE_AUTHOR("Holger Schurig <hs4233@mail.mn-solutions.de>");
MODULE_DESCRIPTION("Driver for Marvell 83xx compact flash WLAN cards");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE("libertas_cs_helper.fw");



+6 −0
Original line number Diff line number Diff line
@@ -99,6 +99,12 @@ static struct if_sdio_model if_sdio_models[] = {
		.firmware = "sd8688.bin",
	},
};
MODULE_FIRMWARE("sd8385_helper.bin");
MODULE_FIRMWARE("sd8385.bin");
MODULE_FIRMWARE("sd8686_helper.bin");
MODULE_FIRMWARE("sd8686.bin");
MODULE_FIRMWARE("sd8688_helper.bin");
MODULE_FIRMWARE("sd8688.bin");

struct if_sdio_packet {
	struct if_sdio_packet	*next;
+4 −0
Original line number Diff line number Diff line
@@ -902,6 +902,10 @@ static int if_spi_calculate_fw_names(u16 card_id,
		 chip_id_to_device_name[i].name);
	return 0;
}
MODULE_FIRMWARE("libertas/gspi8385_hlp.bin");
MODULE_FIRMWARE("libertas/gspi8385.bin");
MODULE_FIRMWARE("libertas/gspi8686_hlp.bin");
MODULE_FIRMWARE("libertas/gspi8686.bin");

static int __devinit if_spi_probe(struct spi_device *spi)
{
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
static char *lbs_fw_name = "usb8388.bin";
module_param_named(fw_name, lbs_fw_name, charp, 0644);

MODULE_FIRMWARE("usb8388.bin");

static struct usb_device_id if_usb_table[] = {
	/* Enter the device signature inside */
	{ USB_DEVICE(0x1286, 0x2001) },