[OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

Rafał Miłecki zajec5 at gmail.com
Sun Oct 19 01:48:04 EDT 2014


On 19 October 2014 00:19, Nathan Hintz <nlhintz at hotmail.com> wrote:
>> > Neither are "SSB Wifi"
>>
>> They are.
>>
>> https://wikidevi.com/wiki/Linksys_WRT610N_v2
>> BCM4322 which is SSB based
>>
>> https://wikidevi.com/wiki/Linksys_E3000
>> BCM4322 which is SSB based
>>
>
> I see your point; however, the E3000 and WRT610Nv2 are mips74k, and would
> get the same
> benefit from using the mips74k subtarget (mips32r2) as all of the others.
> The only difference
> that I can see is that the E3000 and WRT610nV2 are required to use the
> proprietary
> Broadcom wl driver (which is one of the supported profiles under the mips74k
> subtarget) in
> order to utilize the 5GHz radio; whereas, with at least some of the others,
> using the proprietary
> Broadcom wl driver is optional.  I could modify the patch description to
> include this info and to
> keep the "SSB Wifi" comment if you think it is necessary.

There are few devices we don't have perfect solution for. I'm aware
that these 2 devices are MIPS 74K, but we're still bound to two
solutions:
1) Use "generic" subtarget for E3000/WRT610Nv2 and make them suffer
from less optimized code. That's what we do now.
2) Use "mips74k" subtarget for them, add "ssb" support to the
"mips74k", and make firmware bigger for dozens of other devices.

In such situation we decided it's better option to make 2 devices
"suffer" than dozens of other. We can't really afford running buildbot
with dozens of subtargets.

And no, forcing E3000/WRT610Nv2 to use closed source drivers, because
we don't include ssb in a firmware is not an option. We are not DD-WRT
:P Close source driver could be an *alternative*.

Btw. b43 recently gained 5 GHz support for N-PHY cards (BCM4322), I'm
not sure if it's available in BB stable, but should be in CC
(shapshots) for sure.

-- 
Rafał
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list