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 05:52:19 +0000 (07:52 +0200)
commit7f52919a2f2894125b4dca611eb2d30181af7e0b
treea3205d357f908cbe957965134aaaae646f6c208c
parent465d4bc538c66dfe8b218868cbab1c19a893d3df
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.

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]