openwrtv3/package/network/services/hostapd
Sven Eckelmann ba5ec6b77c hostapd: fix VHT80 for encrypted mesh channel settings
The max_oper_chwidth settings was parsed incorrectly for big endian system.
This prevented the system to switch to VHT80 (or VHT160). Instead they were
mapped to:

* HT20:   20MHz
* VHT20:  20MHz
* HT40:   40MHz
* VHT40:  40MHz
* VHT80:  40MHz
* VHT160: 40MHz

This happened because each max_oper_chwidth setting in the config file was
parsed as "0" instead of the actual value.

Fixes: a4322eba2b ("hostapd: fix encrypted mesh channel settings")
Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
2018-05-14 19:07:37 +02:00
..
files hostapd: fix mesh+AP 2018-05-14 09:48:58 +02:00
patches hostapd: fix VHT80 for encrypted mesh channel settings 2018-05-14 19:07:37 +02:00
src/src hostapd: do not register ubus objects for mesh interfaces 2018-02-24 21:33:22 +01:00
Config.in hostapd: Add ability to specify that that wireless driver supports 802.11ac 2016-12-20 16:24:22 +01:00
Makefile hostapd: fix VHT80 for encrypted mesh channel settings 2018-05-14 19:07:37 +02:00