* [PATCH][2.6.39?] b43: trivial: update module info about firmware
@ 2011-04-08 13:00 Rafał Miłecki
2011-04-08 21:58 ` Michael Büsch
0 siblings, 1 reply; 5+ messages in thread
From: Rafał Miłecki @ 2011-04-08 13:00 UTC (permalink / raw)
To: linux-wireless, John W. Linville; +Cc: b43-dev, Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
---
We do not use ucode9, but we started using ucode16_mimo for N-PHY support (high
cores).
John: is that OK to take this for .39?
---
drivers/net/wireless/b43/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c
index 906dfe6..705efd3 100644
--- a/drivers/net/wireless/b43/main.c
+++ b/drivers/net/wireless/b43/main.c
@@ -72,8 +72,8 @@ MODULE_FIRMWARE("b43/ucode11.fw");
MODULE_FIRMWARE("b43/ucode13.fw");
MODULE_FIRMWARE("b43/ucode14.fw");
MODULE_FIRMWARE("b43/ucode15.fw");
+MODULE_FIRMWARE("b43/ucode16_mimo");
MODULE_FIRMWARE("b43/ucode5.fw");
-MODULE_FIRMWARE("b43/ucode9.fw");
static int modparam_bad_frames_preempt;
module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH][2.6.39?] b43: trivial: update module info about firmware
2011-04-08 13:00 [PATCH][2.6.39?] b43: trivial: update module info about firmware Rafał Miłecki
@ 2011-04-08 21:58 ` Michael Büsch
2011-04-08 22:11 ` Gábor Stefanik
2011-04-08 23:16 ` Rafał Miłecki
0 siblings, 2 replies; 5+ messages in thread
From: Michael Büsch @ 2011-04-08 21:58 UTC (permalink / raw)
To: Rafał Miłecki; +Cc: linux-wireless, John W. Linville, b43-dev
On Fri, 2011-04-08 at 15:00 +0200, Rafa? Mi?ecki wrote:
> We do not use ucode9,
Well, but we should.
There are only minor differences between r5 and r9 firmware.
r9 basically is a r5 firmware with workarounds added that are
needed for r9 devices.
So I think we should start using r9 instead of removing it here.
--
Greetings Michael.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH][2.6.39?] b43: trivial: update module info about firmware
2011-04-08 21:58 ` Michael Büsch
@ 2011-04-08 22:11 ` Gábor Stefanik
2011-04-08 23:16 ` Rafał Miłecki
1 sibling, 0 replies; 5+ messages in thread
From: Gábor Stefanik @ 2011-04-08 22:11 UTC (permalink / raw)
To: Michael Büsch
Cc: Rafał Miłecki, linux-wireless, John W. Linville,
b43-dev
2011/4/8 Michael B?sch <mb@bu3sch.de>:
> On Fri, 2011-04-08 at 15:00 +0200, Rafa? Mi?ecki wrote:
>> We do not use ucode9,
>
> Well, but we should.
> There are only minor differences between r5 and r9 firmware.
> r9 basically is a r5 firmware with workarounds added that are
> needed for r9 devices.
>
> So I think we should start using r9 instead of removing it here.
>
With a fallback to r5 if no r9 firmware can be found... just to keep
OpenFWWF working.
> --
> Greetings Michael.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>
--
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH][2.6.39?] b43: trivial: update module info about firmware
2011-04-08 21:58 ` Michael Büsch
2011-04-08 22:11 ` Gábor Stefanik
@ 2011-04-08 23:16 ` Rafał Miłecki
2011-04-08 23:16 ` Rafał Miłecki
1 sibling, 1 reply; 5+ messages in thread
From: Rafał Miłecki @ 2011-04-08 23:16 UTC (permalink / raw)
To: Michael Büsch; +Cc: linux-wireless, John W. Linville, b43-dev
W dniu 8 kwietnia 2011 23:58 u?ytkownik Michael B?sch <mb@bu3sch.de> napisa?:
> On Fri, 2011-04-08 at 15:00 +0200, Rafa? Mi?ecki wrote:
>> We do not use ucode9,
>
> Well, but we should.
> There are only minor differences between r5 and r9 firmware.
> r9 basically is a r5 firmware with workarounds added that are
> needed for r9 devices.
>
> So I think we should start using r9 instead of removing it here.
I meant to add support for loading ucode 9 later and the re-add info
about this. But OK, I'll make V2 which only adds 16_mimo. For normal
development cycle (wireless-testing) I'll add ucode9 loading support.
--
Rafa?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH][2.6.39?] b43: trivial: update module info about firmware
2011-04-08 23:16 ` Rafał Miłecki
@ 2011-04-08 23:16 ` Rafał Miłecki
0 siblings, 0 replies; 5+ messages in thread
From: Rafał Miłecki @ 2011-04-08 23:16 UTC (permalink / raw)
To: Michael Büsch; +Cc: linux-wireless, John W. Linville, b43-dev
W dniu 9 kwietnia 2011 01:16 u?ytkownik Rafa? Mi?ecki
<zajec5@gmail.com> napisa?:
> W dniu 8 kwietnia 2011 23:58 u?ytkownik Michael B?sch <mb@bu3sch.de> napisa?:
>> On Fri, 2011-04-08 at 15:00 +0200, Rafa? Mi?ecki wrote:
>>> We do not use ucode9,
>>
>> Well, but we should.
>> There are only minor differences between r5 and r9 firmware.
>> r9 basically is a r5 firmware with workarounds added that are
>> needed for r9 devices.
>>
>> So I think we should start using r9 instead of removing it here.
>
> I meant to add support for loading ucode 9 later and the re-add info
> about this. But OK, I'll make V2 which only adds 16_mimo. For normal
> development cycle (wireless-testing) I'll add ucode9 loading support.
John: wait for V2 please.
--
Rafa?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-04-08 23:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 13:00 [PATCH][2.6.39?] b43: trivial: update module info about firmware Rafał Miłecki
2011-04-08 21:58 ` Michael Büsch
2011-04-08 22:11 ` Gábor Stefanik
2011-04-08 23:16 ` Rafał Miłecki
2011-04-08 23:16 ` Rafał Miłecki
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).