All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/wireless/wl18xx: Add missing MODULE_FIRMWARE
@ 2015-09-02 23:56 Geoff Levand
  2015-09-29  7:35 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Geoff Levand @ 2015-09-02 23:56 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Luciano Coelho, Dev

Fixes the output of 'modinfo --field firmware'.

Signed-off-by: Geoff Levand <geoff@infradead.org>
---
 drivers/net/wireless/ti/wl18xx/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
index 49aca2c..3bbf624 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
@@ -2062,3 +2062,4 @@ MODULE_PARM_DESC(num_rx_desc_param,
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Luciano Coelho <coelho@ti.com>");
 MODULE_FIRMWARE(WL18XX_FW_NAME);
+MODULE_FIRMWARE(WL18XX_CONF_FILE_NAME);
-- 
2.1.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: net/wireless/wl18xx: Add missing MODULE_FIRMWARE
  2015-09-02 23:56 [PATCH] net/wireless/wl18xx: Add missing MODULE_FIRMWARE Geoff Levand
@ 2015-09-29  7:35 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2015-09-29  7:35 UTC (permalink / raw)
  To: Geoff Levand; +Cc: linux-wireless, Luciano Coelho, Dev


> Fixes the output of 'modinfo --field firmware'.
> 
> Signed-off-by: Geoff Levand <geoff@infradead.org>

Thanks, applied to wireless-drivers-next.git.

Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-29  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 23:56 [PATCH] net/wireless/wl18xx: Add missing MODULE_FIRMWARE Geoff Levand
2015-09-29  7:35 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.