From: maximilian attems <max@stro.at>
To: yi.zhu@intel.com, jketreno@linux.intel.com
Cc: linux-wireless@vger.kernel.org
Subject: [patch] iwp2200: make use of MODULE_FIRMWARE
Date: Thu, 3 May 2007 18:52:40 +0200 [thread overview]
Message-ID: <20070503165240.GA20914@stro.at> (raw)
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;
reply other threads:[~2007-05-03 16:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070503165240.GA20914@stro.at \
--to=max@stro.at \
--cc=jketreno@linux.intel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=yi.zhu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.