wlcore: Declare MODULE_FIRMWARE usage
authorTim Gardner <[email protected]>
Wed, 29 Aug 2012 19:09:33 +0000 (13:09 -0600)
committerLuciano Coelho <[email protected]>
Thu, 27 Sep 2012 09:07:28 +0000 (12:07 +0300)
Declare any firmware that might be used by this driver.
If all drivers declare their firmware usage, then a sufficiently
complete list of firmware files can then be used to pare down
the external linux-firmware package to just the files in actual use.

Cc: Luciano Coelho <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Tim Gardner <[email protected]>
Signed-off-by: Luciano Coelho <[email protected]>
drivers/net/wireless/ti/wlcore/main.c

index ff830cf50c70bbc7e728fa57d1cecb4b36238e62..600af8e81904b9770ab55d3937dd1b8290f36a7e 100644 (file)
@@ -5665,3 +5665,4 @@ MODULE_PARM_DESC(no_recovery, "Prevent HW recovery. FW will remain stuck.");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Luciano Coelho <[email protected]>");
 MODULE_AUTHOR("Juuso Oikarinen <[email protected]>");
+MODULE_FIRMWARE(WL12XX_NVS_NAME);