All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 48/75] ipw2200: declare MODULE_FIRMWARE
@ 2009-11-07 21:59 Ben Hutchings
  2009-11-09  3:33 ` Zhu Yi
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2009-11-07 21:59 UTC (permalink / raw)
  To: John Linville
  Cc: Zhu Yi, Reinette Chatre, Intel Linux Wireless, linux-wireless

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/net/wireless/ipw2x00/ipw2200.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c
index e2af22b..d03ef19 100644
--- a/drivers/net/wireless/ipw2x00/ipw2200.c
+++ b/drivers/net/wireless/ipw2x00/ipw2200.c
@@ -81,6 +81,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;
-- 
1.6.5.2




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

* Re: [PATCH 48/75] ipw2200: declare MODULE_FIRMWARE
  2009-11-07 21:59 [PATCH 48/75] ipw2200: declare MODULE_FIRMWARE Ben Hutchings
@ 2009-11-09  3:33 ` Zhu Yi
  0 siblings, 0 replies; 2+ messages in thread
From: Zhu Yi @ 2009-11-09  3:33 UTC (permalink / raw)
  To: Ben Hutchings
  Cc: John Linville, Chatre, Reinette, Intel Linux Wireless, linux-wireless

On Sun, 2009-11-08 at 05:59 +0800, Ben Hutchings wrote:
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
> ---
>  drivers/net/wireless/ipw2x00/ipw2200.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c
> index e2af22b..d03ef19 100644
> --- a/drivers/net/wireless/ipw2x00/ipw2200.c
> +++ b/drivers/net/wireless/ipw2x00/ipw2200.c
> @@ -81,6 +81,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;

Acked-by: Zhu Yi <yi.zhu@intel.com>

Thanks,
-yi


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

end of thread, other threads:[~2009-11-09  3:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-07 21:59 [PATCH 48/75] ipw2200: declare MODULE_FIRMWARE Ben Hutchings
2009-11-09  3:33 ` Zhu Yi

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.