hostapd: fix encrypted mesh channel settings
authorDaniel Golle <daniel@makrotopia.org>
Fri, 20 Apr 2018 05:41:03 +0000 (07:41 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 20 Apr 2018 14:00:01 +0000 (16:00 +0200)
commita4322eba2b129adde45e3f7ac6c3805889623dd5
treecbd224bf3aab28bd419744fd2ba649a1376c0ca2
parent99d9c98748695093e9e0f62b45ebb12e624cd7c0
hostapd: fix encrypted mesh channel settings

Import two patches from Peter Oh to allow setting channel
bandwidth in the way it already works for managed interfaces.
This fixes mesh interfaces on 802.11ac devices always coming up in
VHT80 mode.

Add a patch to allow HT40 also on 2.4GHz if noscan option is set, which
also skips secondary channel scan just like noscan works in AP mode.

This time also make sure to add all files to the patch before
committing it...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/network/services/hostapd/Makefile
package/network/services/hostapd/files/hostapd.sh
package/network/services/hostapd/patches/031-mesh-add-VHT_CHANWIDTH_USE_HT-to-max_oper_chwidth.patch [new file with mode: 0644]
package/network/services/hostapd/patches/032-mesh-implement-use-of-VHT20-config-in-mesh-mode.patch [new file with mode: 0644]
package/network/services/hostapd/patches/301-mesh-noscan.patch [new file with mode: 0644]