On 11/29/2016 12:34 PM, Arend Van Spriel wrote:
On 29-11-2016 10:10, IgorMitsyanko wrote:
On 11/29/2016 06:49 AM, Oleksij Rempel wrote:
Am 28.11.2016 um 20:01 schrieb IgorMitsyanko:
On 11/28/2016 08:33 PM, Oleksij Rempel wrote:
Am 28.11.2016 um 18:10 schrieb Oleksij Rempel:
[...]
Oleksij, yes, that's correct, it includes entire Linux environment; the
reasoning is that it allows to hide all WiFi-related logic inside device
itself, and emulate simple Ethernet device for external system
(therefore, freeing external system resources).
This approach was working really well for us until recently, but now
that company is expanding, we want to have more flexible and standardize
interface available for external system to manage wireless connection,
and FullMAC driver seems to be the best solution here.
you mean, this driver will not use mac80211 framework provided by kernel?
Yes, this driver is FullMAC - converting Quantenna drivers codebase to
mac80211 framework will require significant effort from developers and
QA, but I think in the future it will have to be done anyway.
Why? The linux wireless subsystem supports both models, ie.
cfg80211-based drivers and mac80211-based drivers, so there is no
technical reason for making the effort. There are clearly benefits in
using a generic and freely available 802.11 stack like mac80211.
There is definitely a benefit if starting a new product development,
however with existing products its not that simple due to highly
conservative approach:
- for many years development was based on old MadWiFi driver and older
kernel. Over time it was modified and rewritten to fit internal needs,
and integrating it into mac80211 (to preserve the same behavior) would
require significant effort.
- it takes a lot of resources to validate that system works as expected.
Quantenna itself is doing QA testing and certification + engineering has
to be sure there is no performance/feature regression + end product
manufacturers has to do their own QA. Each change means a lot of time
and money spend on validation, new potential bugs to fix etc
With FullMAC driver on the other hand, device firmware is a "black box"
for external system and firmware changes can be kept to a minimum.
I'd like to clarify that I think that moving to mac80211 is inevitable
in any case and will happen in the future.
Regards,
Arend