* Modified ath10k firmware is now available for non-commercial use.
@ 2014-04-14 19:36 Ben Greear
2014-04-15 1:38 ` Yeoh Chun-Yeow
0 siblings, 1 reply; 3+ messages in thread
From: Ben Greear @ 2014-04-14 19:36 UTC (permalink / raw)
To: ath10k
Our modified ath10k firmware binary is now available for download. It may only be used
for non-commercial purposes unless you get a commercial license from my company.
The main thing this firmware supports that upstream firmware does not
is lots of virtual stations connected to the same AP. We have some
additional stability fixes we found in testing, and probably have introduced
some bugs as well. We will be putting ongoing effort into improving
this firmware.
We also have the ability to decode firmware stack dumps (found in
dmesg and/or /var/log/messages) if they come from our firmware.
We cannot share the details of the decode nor tools to decode it,
but we will try to fix the problems and/or describe the results of
our decode in general terms.
The firmware should work with stock 3.14 or other recent kernels,
but we have done most testing using our own modified 3.14 kernel.
Our kernel patches are required to support the additional stations,
software-crypt, and other features specific to our firmware.
If you use our firmware and manage to crash it, please send to me the pertinent
part of /var/log/messages (or dmesg), including any ath10k related ascii
hex dumps. Other non-crash bug reports are welcome too.
Please do not bother the QCA developers with any bugs specific to our
firmware (or our kernel patches).
Links to the firmware binary, our 3.14.0+ kernel source, and related
info is found here:
http://www.candelatech.com/vsta.php
Please let me know if you have any questions.
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Modified ath10k firmware is now available for non-commercial use.
2014-04-14 19:36 Modified ath10k firmware is now available for non-commercial use Ben Greear
@ 2014-04-15 1:38 ` Yeoh Chun-Yeow
2014-04-15 2:02 ` Ben Greear
0 siblings, 1 reply; 3+ messages in thread
From: Yeoh Chun-Yeow @ 2014-04-15 1:38 UTC (permalink / raw)
To: Ben Greear; +Cc: ath10k
On Tue, Apr 15, 2014 at 3:36 AM, Ben Greear <greearb@candelatech.com> wrote:
> Our modified ath10k firmware binary is now available for download. It may only be used
> for non-commercial purposes unless you get a commercial license from my company.
>
> The main thing this firmware supports that upstream firmware does not
> is lots of virtual stations connected to the same AP.
Is this firmware mainly for STA mode or AP mode or both?
> We have some
> additional stability fixes we found in testing, and probably have introduced
> some bugs as well. We will be putting ongoing effort into improving
> this firmware.
>
> We also have the ability to decode firmware stack dumps (found in
> dmesg and/or /var/log/messages) if they come from our firmware.
> We cannot share the details of the decode nor tools to decode it,
> but we will try to fix the problems and/or describe the results of
> our decode in general terms.
>
> The firmware should work with stock 3.14 or other recent kernels,
> but we have done most testing using our own modified 3.14 kernel.
> Our kernel patches are required to support the additional stations,
> software-crypt, and other features specific to our firmware.
>
Raw Tx mode without the firmware stripping off the QoS control field
is supported?
> If you use our firmware and manage to crash it, please send to me the pertinent
> part of /var/log/messages (or dmesg), including any ath10k related ascii
> hex dumps. Other non-crash bug reports are welcome too.
>
> Please do not bother the QCA developers with any bugs specific to our
> firmware (or our kernel patches).
>
> Links to the firmware binary, our 3.14.0+ kernel source, and related
> info is found here:
>
> http://www.candelatech.com/vsta.php
>
> Please let me know if you have any questions.
>
Thanks for your great work.
----
Chun-Yeow
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Modified ath10k firmware is now available for non-commercial use.
2014-04-15 1:38 ` Yeoh Chun-Yeow
@ 2014-04-15 2:02 ` Ben Greear
0 siblings, 0 replies; 3+ messages in thread
From: Ben Greear @ 2014-04-15 2:02 UTC (permalink / raw)
To: Yeoh Chun-Yeow; +Cc: ath10k
On 04/14/2014 06:38 PM, Yeoh Chun-Yeow wrote:
> On Tue, Apr 15, 2014 at 3:36 AM, Ben Greear <greearb@candelatech.com> wrote:
>> Our modified ath10k firmware binary is now available for download. It may only be used
>> for non-commercial purposes unless you get a commercial license from my company.
>>
>> The main thing this firmware supports that upstream firmware does not
>> is lots of virtual stations connected to the same AP.
> Is this firmware mainly for STA mode or AP mode or both?
It should work for both. Most testing has been in STA mode. It is based on
top of the .467 (AP) firmware...
>> We have some
>> additional stability fixes we found in testing, and probably have introduced
>> some bugs as well. We will be putting ongoing effort into improving
>> this firmware.
>>
>> We also have the ability to decode firmware stack dumps (found in
>> dmesg and/or /var/log/messages) if they come from our firmware.
>> We cannot share the details of the decode nor tools to decode it,
>> but we will try to fix the problems and/or describe the results of
>> our decode in general terms.
>>
>> The firmware should work with stock 3.14 or other recent kernels,
>> but we have done most testing using our own modified 3.14 kernel.
>> Our kernel patches are required to support the additional stations,
>> software-crypt, and other features specific to our firmware.
>>
> Raw Tx mode without the firmware stripping off the QoS control field
> is supported?
No, probably not, but you can disable hwcrypt for RX pkts, at least.
Might could add the raw tx mode some day, but I've higher
priority tasks first....
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-15 2:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 19:36 Modified ath10k firmware is now available for non-commercial use Ben Greear
2014-04-15 1:38 ` Yeoh Chun-Yeow
2014-04-15 2:02 ` Ben Greear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox