mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 22:14:36 -04:00
ipw2200: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
a278ea3e42
commit
873395a9fe
@@ -80,6 +80,11 @@ MODULE_DESCRIPTION(DRV_DESCRIPTION);
|
||||
MODULE_VERSION(DRV_VERSION);
|
||||
MODULE_AUTHOR(DRV_COPYRIGHT);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_FIRMWARE("ipw2200-ibss.fw");
|
||||
#ifdef CONFIG_IPW2200_MONITOR
|
||||
MODULE_FIRMWARE("ipw2200-sniffer.fw");
|
||||
#endif
|
||||
MODULE_FIRMWARE("ipw2200-bss.fw");
|
||||
|
||||
static int cmdlog = 0;
|
||||
static int debug = 0;
|
||||
|
||||
Reference in New Issue
Block a user