netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] rtlwifi: Add firmware for r8723au
       [not found] <1388709729-28496-1-git-send-email-Larry.Finger@lwfinger.net>
@ 2014-01-19 23:35 ` Ben Hutchings
  2014-06-03 22:14   ` Ben Hutchings
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2014-01-19 23:35 UTC (permalink / raw)
  To: Larry Finger; +Cc: dwmw2, linux-wireless, netdev

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

On Thu, 2014-01-02 at 18:42 -0600, Larry Finger wrote:
> This firmware is for a driver that will soon be submitted to the kernel.
> It occurs as data statements in Realtek driver rtl8723A_WiFi_linux_v4.1.3_6044.20121224.
> 
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
>  WHENCE                         |  13 +++++++++++++
>  rtlwifi/rtl8723aufw_A.bin      | Bin 0 -> 22172 bytes
>  rtlwifi/rtl8723aufw_B.bin      | Bin 0 -> 24118 bytes
>  rtlwifi/rtl8723aufw_B_NoBT.bin | Bin 0 -> 19200 bytes
>  4 files changed, 13 insertions(+)
>  create mode 100644 rtlwifi/rtl8723aufw_A.bin
>  create mode 100644 rtlwifi/rtl8723aufw_B.bin
>  create mode 100644 rtlwifi/rtl8723aufw_B_NoBT.bin
[...]

Applied, thanks.

Ben.

-- 
Ben Hutchings
friends: People who know you well, but like you anyway.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

* Re: [PATCH] rtlwifi: Add firmware for r8723au
  2014-01-19 23:35 ` [PATCH] rtlwifi: Add firmware for r8723au Ben Hutchings
@ 2014-06-03 22:14   ` Ben Hutchings
       [not found]     ` <1401833651.2412.35.camel-nDn/Rdv9kqW9Jme8/bJn5UCKIB8iOfG2tUK59QYPAWc@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2014-06-03 22:14 UTC (permalink / raw)
  To: Larry Finger; +Cc: dwmw2, linux-wireless, netdev

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

On Sun, 2014-01-19 at 23:35 +0000, Ben Hutchings wrote:
> On Thu, 2014-01-02 at 18:42 -0600, Larry Finger wrote:
> > This firmware is for a driver that will soon be submitted to the kernel.
> > It occurs as data statements in Realtek driver rtl8723A_WiFi_linux_v4.1.3_6044.20121224.
> > 
> > Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> > ---
> >  WHENCE                         |  13 +++++++++++++
> >  rtlwifi/rtl8723aufw_A.bin      | Bin 0 -> 22172 bytes
> >  rtlwifi/rtl8723aufw_B.bin      | Bin 0 -> 24118 bytes
> >  rtlwifi/rtl8723aufw_B_NoBT.bin | Bin 0 -> 19200 bytes
> >  4 files changed, 13 insertions(+)
> >  create mode 100644 rtlwifi/rtl8723aufw_A.bin
> >  create mode 100644 rtlwifi/rtl8723aufw_B.bin
> >  create mode 100644 rtlwifi/rtl8723aufw_B_NoBT.bin
> [...]
> 
> Applied, thanks.

I just noticed that the driver in Linux 3.15 seems to ask for
rtlwifi/rtl8723aufw.bin and not rtlwifi/rtl8723aufw_A.bin.  You'll need
to change the filename on one side or the other.

Ben.

-- 
Ben Hutchings
If more than one person is responsible for a bug, no one is at fault.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

* Re: [PATCH] rtlwifi: Add firmware for r8723au
       [not found]     ` <1401833651.2412.35.camel-nDn/Rdv9kqW9Jme8/bJn5UCKIB8iOfG2tUK59QYPAWc@public.gmane.org>
@ 2014-06-04 16:11       ` Larry Finger
  2014-06-05  6:43         ` Jes Sorensen
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2014-06-04 16:11 UTC (permalink / raw)
  To: Jes Sorensen
  Cc: Ben Hutchings, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA

On 06/03/2014 05:14 PM, Ben Hutchings wrote:
> On Sun, 2014-01-19 at 23:35 +0000, Ben Hutchings wrote:
>> On Thu, 2014-01-02 at 18:42 -0600, Larry Finger wrote:
>>> This firmware is for a driver that will soon be submitted to the kernel.
>>> It occurs as data statements in Realtek driver rtl8723A_WiFi_linux_v4.1.3_6044.20121224.
>>>
>>> Signed-off-by: Larry Finger <Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
>>> ---
>>>   WHENCE                         |  13 +++++++++++++
>>>   rtlwifi/rtl8723aufw_A.bin      | Bin 0 -> 22172 bytes
>>>   rtlwifi/rtl8723aufw_B.bin      | Bin 0 -> 24118 bytes
>>>   rtlwifi/rtl8723aufw_B_NoBT.bin | Bin 0 -> 19200 bytes
>>>   4 files changed, 13 insertions(+)
>>>   create mode 100644 rtlwifi/rtl8723aufw_A.bin
>>>   create mode 100644 rtlwifi/rtl8723aufw_B.bin
>>>   create mode 100644 rtlwifi/rtl8723aufw_B_NoBT.bin
>> [...]
>>
>> Applied, thanks.
>
> I just noticed that the driver in Linux 3.15 seems to ask for
> rtlwifi/rtl8723aufw.bin and not rtlwifi/rtl8723aufw_A.bin.  You'll need
> to change the filename on one side or the other.

Jes,

As Ben points out, I messed up the firmware names, and one of them needs to be 
changed. Keeping the name "rtlwifi/rtl8723aufw_A.bin" would retain a certain 
amount of symmetry, but is may be easier to retain "rtlwifi/rtl8723aufw.bin" in 
the code. A third option would be to try for one of the names and fall back to 
the other if it fails. What do you think?

In any case, we need additional MODULE_FIRMWARE macros for the other two 
firmware files.

Larry


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] rtlwifi: Add firmware for r8723au
  2014-06-04 16:11       ` Larry Finger
@ 2014-06-05  6:43         ` Jes Sorensen
  0 siblings, 0 replies; 4+ messages in thread
From: Jes Sorensen @ 2014-06-05  6:43 UTC (permalink / raw)
  To: Larry Finger; +Cc: Ben Hutchings, dwmw2, linux-wireless, netdev

Larry Finger <Larry.Finger@lwfinger.net> writes:
> On 06/03/2014 05:14 PM, Ben Hutchings wrote:
>> On Sun, 2014-01-19 at 23:35 +0000, Ben Hutchings wrote:
>>> On Thu, 2014-01-02 at 18:42 -0600, Larry Finger wrote:
>>>> This firmware is for a driver that will soon be submitted to the kernel.
>>>> It occurs as data statements in Realtek driver
>>>> rtl8723A_WiFi_linux_v4.1.3_6044.20121224.
>>>>
>>>> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
>>>> ---
>>>>   WHENCE                         |  13 +++++++++++++
>>>>   rtlwifi/rtl8723aufw_A.bin      | Bin 0 -> 22172 bytes
>>>>   rtlwifi/rtl8723aufw_B.bin      | Bin 0 -> 24118 bytes
>>>>   rtlwifi/rtl8723aufw_B_NoBT.bin | Bin 0 -> 19200 bytes
>>>>   4 files changed, 13 insertions(+)
>>>>   create mode 100644 rtlwifi/rtl8723aufw_A.bin
>>>>   create mode 100644 rtlwifi/rtl8723aufw_B.bin
>>>>   create mode 100644 rtlwifi/rtl8723aufw_B_NoBT.bin
>>> [...]
>>>
>>> Applied, thanks.
>>
>> I just noticed that the driver in Linux 3.15 seems to ask for
>> rtlwifi/rtl8723aufw.bin and not rtlwifi/rtl8723aufw_A.bin.  You'll need
>> to change the filename on one side or the other.
>
> Jes,
>
> As Ben points out, I messed up the firmware names, and one of them
> needs to be changed. Keeping the name "rtlwifi/rtl8723aufw_A.bin"
> would retain a certain amount of symmetry, but is may be easier to
> retain "rtlwifi/rtl8723aufw.bin" in the code. A third option would be
> to try for one of the names and fall back to the other if it
> fails. What do you think?
>
> In any case, we need additional MODULE_FIRMWARE macros for the other
> two firmware files.

I'd opt for keeping the _A filename in place. It's for the rev A chip,
and I haven't had any complaints for the current code failing due to the
naming, so unlikely that a lot of people are trying to use it.

I'll change the name in the code here and submit it with my next
changeset. I'll add the MODULE_FIRMWARE bits with it.

Cheers,
Jes

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

end of thread, other threads:[~2014-06-05  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1388709729-28496-1-git-send-email-Larry.Finger@lwfinger.net>
2014-01-19 23:35 ` [PATCH] rtlwifi: Add firmware for r8723au Ben Hutchings
2014-06-03 22:14   ` Ben Hutchings
     [not found]     ` <1401833651.2412.35.camel-nDn/Rdv9kqW9Jme8/bJn5UCKIB8iOfG2tUK59QYPAWc@public.gmane.org>
2014-06-04 16:11       ` Larry Finger
2014-06-05  6:43         ` Jes Sorensen

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).