From 27a58eb4ae42ab99ef0734c7910e75d2df71d99c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Apr 2014 19:48:06 +0000 Subject: hostapd: update to version 2014-04-24, fixes some dfs related issues Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40571 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/hostapd/patches/200-multicall.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/network/services/hostapd/patches/200-multicall.patch') diff --git a/package/network/services/hostapd/patches/200-multicall.patch b/package/network/services/hostapd/patches/200-multicall.patch index f358120009..1511b1990f 100644 --- a/package/network/services/hostapd/patches/200-multicall.patch +++ b/package/network/services/hostapd/patches/200-multicall.patch @@ -132,7 +132,7 @@ wpa_cli.exe: wpa_cli --- a/src/drivers/driver.h +++ b/src/drivers/driver.h -@@ -3874,8 +3874,8 @@ union wpa_event_data { +@@ -3886,8 +3886,8 @@ union wpa_event_data { * Driver wrapper code should call this function whenever an event is received * from the driver. */ @@ -179,7 +179,7 @@ for (;;) { --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c -@@ -2887,8 +2887,8 @@ static void wpa_supplicant_notify_avoid_ +@@ -2929,8 +2929,8 @@ static void wpa_supplicant_notify_avoid_ } @@ -192,7 +192,7 @@ --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c -@@ -3711,6 +3711,9 @@ static void wpa_supplicant_deinit_iface( +@@ -3724,6 +3724,9 @@ static void wpa_supplicant_deinit_iface( os_free(wpa_s); } @@ -202,7 +202,7 @@ /** * wpa_supplicant_add_iface - Add a new network interface -@@ -3902,6 +3905,7 @@ struct wpa_global * wpa_supplicant_init( +@@ -3915,6 +3918,7 @@ struct wpa_global * wpa_supplicant_init( wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb); #endif /* CONFIG_NO_WPA_MSG */ -- cgit v1.2.3