From: Larry Finger <Larry.Finger@lwfinger.net>
To: Stefan Lippers-Hollmann <s.L-H@gmx.de>
Cc: Greg Kroah-Hartman <gregkh@suse.de>,
florian.c.schilhabel@googlemail.com,
linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: Re: [PATCH] staging: r8712u: Fix external firmware loading
Date: Fri, 14 Jan 2011 17:24:50 -0600 [thread overview]
Message-ID: <4D30DB42.5040704@lwfinger.net> (raw)
In-Reply-To: <201101150008.18054.s.L-H@gmx.de>
On 01/14/2011 05:08 PM, Stefan Lippers-Hollmann wrote:
> * select FW_LOADER
> * change firmware location to represent published linux-fimware.git
> * declare MODULE_FIRMWARE for r8712u
>
> Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
> ---
> drivers/staging/rtl8712/Kconfig | 1 +
> drivers/staging/rtl8712/hal_init.c | 3 ++-
> 2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig
> index 1e9a230..041e1e8 100644
> --- a/drivers/staging/rtl8712/Kconfig
> +++ b/drivers/staging/rtl8712/Kconfig
> @@ -3,6 +3,7 @@ config R8712U
> depends on WLAN && USB
> select WIRELESS_EXT
> select WEXT_PRIV
> + select FW_LOADER
> default N
> ---help---
> This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130.
> diff --git a/drivers/staging/rtl8712/hal_init.c b/drivers/staging/rtl8712/hal_init.c
> index 52ab2d5..1411c7bf 100644
> --- a/drivers/staging/rtl8712/hal_init.c
> +++ b/drivers/staging/rtl8712/hal_init.c
> @@ -40,7 +40,7 @@ static u32 rtl871x_open_fw(struct _adapter *padapter, void **pphfwfile_hdl,
> const u8 **ppmappedfw)
> {
> int rc;
> - const char firmware_file[] = "rtl8712u/rtl8712u.bin";
> + const char firmware_file[] = "rtlwifi/rtl8712u.bin";
> const struct firmware **praw = (const struct firmware **)
> (pphfwfile_hdl);
> struct dvobj_priv *pdvobjpriv = (struct dvobj_priv *)
> @@ -58,6 +58,7 @@ static u32 rtl871x_open_fw(struct _adapter *padapter, void **pphfwfile_hdl,
> *ppmappedfw = (u8 *)((*praw)->data);
> return (*praw)->size;
> }
> +MODULE_FIRMWARE("rtlwifi/rtl8712u.bin");
>
> static void fill_fwpriv(struct _adapter *padapter, struct fw_priv *pfwpriv)
> {
Thanks for the review. These changes are all in PATCH 4/4. Apparently, my ISP is
having some difficulties with that one, or perhaps LKML will not post it. In it,
I delete the 10K+ lines of internal firmware in a header file, and all of them
are in the patch.
Larry
prev parent reply other threads:[~2011-01-14 23:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-14 20:54 [PATCH 3/4] staging: r8712u: Switch driver to use external firmware from linux-firmware Larry Finger
2011-01-14 23:05 ` Stefan Lippers-Hollmann
2011-01-14 23:08 ` [PATCH] staging: r8712u: Fix external firmware loading Stefan Lippers-Hollmann
2011-01-14 23:24 ` Larry Finger [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=4D30DB42.5040704@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=devel@linuxdriverproject.org \
--cc=florian.c.schilhabel@googlemail.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=s.L-H@gmx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox