* [PATCH 53/75] orinoco: declare MODULE_FIRMWARE
@ 2009-11-07 22:01 Ben Hutchings
2009-11-07 23:58 ` Pavel Roskin
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2009-11-07 22:01 UTC (permalink / raw)
To: John Linville; +Cc: Pavel Roskin, David Gibson, linux-wireless, orinoco-devel
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
drivers/net/wireless/orinoco/fw.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/orinoco/fw.c b/drivers/net/wireless/orinoco/fw.c
index 1257250..cfa7296 100644
--- a/drivers/net/wireless/orinoco/fw.c
+++ b/drivers/net/wireless/orinoco/fw.c
@@ -28,6 +28,12 @@ static const struct fw_info orinoco_fw[] = {
{ NULL, "prism_sta_fw.bin", "prism_ap_fw.bin", 0, 1024 },
{ "symbol_sp24t_prim_fw", "symbol_sp24t_sec_fw", NULL, 0x00003100, 512 }
};
+MODULE_FIRMWARE("agere_sta_fw.bin");
+MODULE_FIRMWARE("agere_ap_fw.bin");
+MODULE_FIRMWARE("prism_sta_fw.bin");
+MODULE_FIRMWARE("prism_ap_fw.bin");
+MODULE_FIRMWARE("symbol_sp24t_prim_fw");
+MODULE_FIRMWARE("symbol_sp24t_sec_fw");
/* Structure used to access fields in FW
* Make sure LE decoding macros are used
--
1.6.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 53/75] orinoco: declare MODULE_FIRMWARE
2009-11-07 22:01 [PATCH 53/75] orinoco: declare MODULE_FIRMWARE Ben Hutchings
@ 2009-11-07 23:58 ` Pavel Roskin
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Roskin @ 2009-11-07 23:58 UTC (permalink / raw)
To: Ben Hutchings; +Cc: John Linville, David Gibson, linux-wireless, orinoco-devel
On Sat, 2009-11-07 at 22:01 +0000, Ben Hutchings wrote:
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Pavel Roskin <proski@gnu.org>
> ---
> drivers/net/wireless/orinoco/fw.c | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/orinoco/fw.c b/drivers/net/wireless/orinoco/fw.c
> index 1257250..cfa7296 100644
> --- a/drivers/net/wireless/orinoco/fw.c
> +++ b/drivers/net/wireless/orinoco/fw.c
> @@ -28,6 +28,12 @@ static const struct fw_info orinoco_fw[] = {
> { NULL, "prism_sta_fw.bin", "prism_ap_fw.bin", 0, 1024 },
> { "symbol_sp24t_prim_fw", "symbol_sp24t_sec_fw", NULL, 0x00003100, 512 }
> };
> +MODULE_FIRMWARE("agere_sta_fw.bin");
> +MODULE_FIRMWARE("agere_ap_fw.bin");
> +MODULE_FIRMWARE("prism_sta_fw.bin");
> +MODULE_FIRMWARE("prism_ap_fw.bin");
> +MODULE_FIRMWARE("symbol_sp24t_prim_fw");
> +MODULE_FIRMWARE("symbol_sp24t_sec_fw");
>
> /* Structure used to access fields in FW
> * Make sure LE decoding macros are used
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-07 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 22:01 [PATCH 53/75] orinoco: declare MODULE_FIRMWARE Ben Hutchings
2009-11-07 23:58 ` Pavel Roskin
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).