From 5758b210e3ae37fe949a528281746cdab33b3138 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 Jun 2014 15:58:01 +0000 Subject: hostapd: update to 2014-06-03 Signed-off-by: Felix Fietkau SVN-Revision: 41022 --- package/network/services/hostapd/patches/300-noscan.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/network/services/hostapd/patches/300-noscan.patch') diff --git a/package/network/services/hostapd/patches/300-noscan.patch b/package/network/services/hostapd/patches/300-noscan.patch index 50b70b7e5d..4ea26b6c72 100644 --- a/package/network/services/hostapd/patches/300-noscan.patch +++ b/package/network/services/hostapd/patches/300-noscan.patch @@ -1,6 +1,6 @@ --- a/hostapd/config_file.c +++ b/hostapd/config_file.c -@@ -2638,6 +2638,8 @@ static int hostapd_config_fill(struct ho +@@ -2639,6 +2639,8 @@ static int hostapd_config_fill(struct ho } #endif /* CONFIG_IEEE80211W */ #ifdef CONFIG_IEEE80211N @@ -21,9 +21,9 @@ int require_ht; --- a/src/ap/hw_features.c +++ b/src/ap/hw_features.c -@@ -574,7 +574,7 @@ static int ieee80211n_check_40mhz(struct - { +@@ -690,7 +690,7 @@ static int ieee80211n_check_40mhz(struct struct wpa_driver_scan_params params; + int ret; - if (!iface->conf->secondary_channel) + if (!iface->conf->secondary_channel || iface->conf->noscan) -- cgit v1.2.3