aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2018-04-20 07:41:03 +0200
committerDaniel Golle <daniel@makrotopia.org>2018-04-20 07:52:19 +0200
commit7f52919a2f2894125b4dca611eb2d30181af7e0b (patch)
treea3205d357f908cbe957965134aaaae646f6c208c /package/network/services/hostapd/Makefile
parent465d4bc538c66dfe8b218868cbab1c19a893d3df (diff)
downloadupstream-7f52919a2f2894125b4dca611eb2d30181af7e0b.tar.gz
upstream-7f52919a2f2894125b4dca611eb2d30181af7e0b.tar.bz2
upstream-7f52919a2f2894125b4dca611eb2d30181af7e0b.zip
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>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 1dbad344e7..fef0fa8e57 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hostapd
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git