From b3c0c61132512367cf30c8286880f01d0cb81ace Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 19 Mar 2014 19:03:22 +0100 Subject: [PATCH] hostapd: enable CONFIG_ACS for dfs channels. --- config/hostapd/config | 4 ++++ lfs/hostapd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hostapd/config b/config/hostapd/config index a23207368e..1cd76765a9 100644 --- a/config/hostapd/config +++ b/config/hostapd/config @@ -145,3 +145,7 @@ CONFIG_NO_STDOUT_DEBUG=y # IEEE 802.11ac (Very High Throughput) support CONFIG_IEEE80211AC=y + +# Enable AUTO_CHANNEL_SELECTION +# This is needed for dfs (radar detection) channels +CONFIG_ACS=y diff --git a/lfs/hostapd b/lfs/hostapd index 424e407089..36343de37c 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 27 +PAK_VER = 28 DEPS = "" -- 2.39.5