You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
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>
6 years ago
..
base-files sysctl: Protect hard/symlinks by default. 6 years ago
boot mvebu: add support for WRT32X (venom) 6 years ago
devel perf: restrict libunwind dependency to archs that actually support libunwind 6 years ago
firmware ipq-wifi: drop custom board-2.bins 6 years ago
kernel mac80211: Re-enable encrypted 11s meshpoint 6 years ago
libs nghttp2: bump to 1.32.0 6 years ago
network hostapd: fix VHT80 for encrypted mesh channel settings 6 years ago
system rpcd: update to lastest HEAD 6 years ago
utils flock: enable alternatives support 6 years ago
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago