aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/300-noscan.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-05 15:58:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-05 15:58:01 +0000
commitb7f384e7657a927e844639b4ffbc0abd18a469d0 (patch)
treefcdfbb0d8be38752bd3e941ab3b7381124d9b277 /package/network/services/hostapd/patches/300-noscan.patch
parentf1ae7d3817e184eee92510ff7ac08f06dae1ccd6 (diff)
downloadmaster-187ad058-b7f384e7657a927e844639b4ffbc0abd18a469d0.tar.gz
master-187ad058-b7f384e7657a927e844639b4ffbc0abd18a469d0.tar.bz2
master-187ad058-b7f384e7657a927e844639b4ffbc0abd18a469d0.zip
hostapd: update to 2014-06-03
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41022 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/300-noscan.patch')
-rw-r--r--package/network/services/hostapd/patches/300-noscan.patch6
1 files changed, 3 insertions, 3 deletions
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)