diff options
author | Tim Gardner <tim.gardner@canonical.com> | 2012-08-29 13:09:33 -0600 |
---|---|---|
committer | Luciano Coelho <luca@coelho.fi> | 2012-09-27 12:07:28 +0300 |
commit | 0635ad4550d1f30f265c7022a6988e49bf7a6fa3 (patch) | |
tree | 6ac3b74cd90e282665f2233f6597e79f51b8f536 /drivers/net/wireless | |
parent | ae35c30c144b90266c75c5a1838753ff0c9130d0 (diff) | |
download | op-kernel-dev-0635ad4550d1f30f265c7022a6988e49bf7a6fa3.zip op-kernel-dev-0635ad4550d1f30f265c7022a6988e49bf7a6fa3.tar.gz |
wlcore: Declare MODULE_FIRMWARE usage
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 <coelho@ti.com>
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Luciano Coelho <luca@coelho.fi>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index ff830cf..600af8e 100644 --- a/drivers/net/wireless/ti/wlcore/main.c +++ b/drivers/net/wireless/ti/wlcore/main.c @@ -5665,3 +5665,4 @@ MODULE_PARM_DESC(no_recovery, "Prevent HW recovery. FW will remain stuck."); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Luciano Coelho <coelho@ti.com>"); MODULE_AUTHOR("Juuso Oikarinen <juuso.oikarinen@nokia.com>"); +MODULE_FIRMWARE(WL12XX_NVS_NAME); |