Skip to content

Filter out 802.11ac capabilities from 2.4GHz band.

Markus Gothe requested to merge markus.gothe/easy-soc-libs:fix-stds into devel

802.11ac is strictly specified on the 5GHz band and cannot be used on 2.4GHz. However, the 'vhtmode' parameter is avaible and used on 2.4GHz interfaces which gives us a false detection of 802.11ac on these interfaces.

This commit makes sure we sort out these false positives.

Merge request reports