* [patch] iwp2200: make use of MODULE_FIRMWARE
@ 2007-05-03 16:52 maximilian attems
0 siblings, 0 replies; only message in thread
From: maximilian attems @ 2007-05-03 16:52 UTC (permalink / raw)
To: yi.zhu, jketreno; +Cc: linux-wireless
modinfo output is helpful to build an nfsroot initramfs
Signed-off-by: maximilian attems <max@stro.at>
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c
index 7cb2052..6b181c6 100644
--- a/drivers/net/wireless/ipw2200.c
+++ b/drivers/net/wireless/ipw2200.c
@@ -81,6 +81,9 @@ MODULE_DESCRIPTION(DRV_DESCRIPTION);
MODULE_VERSION(DRV_VERSION);
MODULE_AUTHOR(DRV_COPYRIGHT);
MODULE_LICENSE("GPL");
+MODULE_FIRMWARE("ipw2200-bss.fw");
+MODULE_FIRMWARE("ipw2200-ibss.fw");
+MODULE_FIRMWARE("ipw2200-sniffer.fw");
static int cmdlog = 0;
static int debug = 0;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-03 16:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03 16:52 [patch] iwp2200: make use of MODULE_FIRMWARE maximilian attems
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).