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/340-reload_freq_change.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/services/hostapd/patches/340-reload_freq_change.patch') 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; -- cgit v1.2.3