All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: Ben Hutchings <ben@decadent.org.uk>
Cc: John Linville <linville@tuxdriver.com>,
	David Gibson <hermes@gibson.dropbear.id.au>,
	linux-wireless@vger.kernel.org,
	orinoco-devel@lists.sourceforge.net
Subject: Re: [PATCH 53/75] orinoco: declare MODULE_FIRMWARE
Date: Sat, 07 Nov 2009 18:58:15 -0500	[thread overview]
Message-ID: <1257638295.3035.0.camel@mj> (raw)
In-Reply-To: <1257631289.15927.467.camel@localhost>

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

      reply	other threads:[~2009-11-07 23:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-07 22:01 [PATCH 53/75] orinoco: declare MODULE_FIRMWARE Ben Hutchings
2009-11-07 23:58 ` Pavel Roskin [this message]

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=1257638295.3035.0.camel@mj \
    --to=proski@gnu.org \
    --cc=ben@decadent.org.uk \
    --cc=hermes@gibson.dropbear.id.au \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=orinoco-devel@lists.sourceforge.net \
    /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.