aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/340-reload_freq_change.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/340-reload_freq_change.patch
parentf1ae7d3817e184eee92510ff7ac08f06dae1ccd6 (diff)
downloadupstream-b7f384e7657a927e844639b4ffbc0abd18a469d0.tar.gz
upstream-b7f384e7657a927e844639b4ffbc0abd18a469d0.tar.bz2
upstream-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/340-reload_freq_change.patch')
-rw-r--r--package/network/services/hostapd/patches/340-reload_freq_change.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/340-reload_freq_change.patch b/package/network/services/hostapd/patches/340-reload_freq_change.patch
index d76f9de02f..d3e8918d71 100644
--- a/package/network/services/hostapd/patches/340-reload_freq_change.patch
+++ b/package/network/services/hostapd/patches/340-reload_freq_change.patch
@@ -1,6 +1,6 @@
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
-@@ -68,6 +68,16 @@ static void hostapd_reload_bss(struct ho
+@@ -70,6 +70,16 @@ static void hostapd_reload_bss(struct ho
#endif /* CONFIG_NO_RADIUS */
ssid = &hapd->conf->ssid;
@@ -17,7 +17,7 @@
if (!ssid->wpa_psk_set && ssid->wpa_psk && !ssid->wpa_psk->next &&
ssid->wpa_passphrase_set && ssid->wpa_passphrase) {
/*
-@@ -168,20 +178,12 @@ int hostapd_reload_config(struct hostapd
+@@ -170,20 +180,12 @@ int hostapd_reload_config(struct hostapd
oldconf = hapd->iconf;
iface->conf = newconf;