summaryrefslogtreecommitdiffstats
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
commit5758b210e3ae37fe949a528281746cdab33b3138 (patch)
tree56a61d3a8976bc10a8af73ae3d8e8e26485744ab /package/network/services/hostapd/patches/300-noscan.patch
parent22fcfab3533ca3f974c768efffd3524a9698b49f (diff)
downloadmaster-31e0f0ae-5758b210e3ae37fe949a528281746cdab33b3138.tar.gz
master-31e0f0ae-5758b210e3ae37fe949a528281746cdab33b3138.tar.bz2
master-31e0f0ae-5758b210e3ae37fe949a528281746cdab33b3138.zip
hostapd: update to 2014-06-03
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41022
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)