From b530b5a5068aeb7e4dea51838d6bb6456de0ed51 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 22 Apr 2013 13:24:48 +0000 Subject: hostapd: update to 2013-04-05 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36376 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../services/hostapd/patches/451-nl80211_del_beacon_bss.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/network/services/hostapd/patches/451-nl80211_del_beacon_bss.patch') diff --git a/package/network/services/hostapd/patches/451-nl80211_del_beacon_bss.patch b/package/network/services/hostapd/patches/451-nl80211_del_beacon_bss.patch index 2eaa5dc60..fdff9e792 100644 --- a/package/network/services/hostapd/patches/451-nl80211_del_beacon_bss.patch +++ b/package/network/services/hostapd/patches/451-nl80211_del_beacon_bss.patch @@ -1,6 +1,6 @@ --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -3538,16 +3538,18 @@ wpa_driver_nl80211_finish_drv_init(struc +@@ -3699,16 +3699,18 @@ wpa_driver_nl80211_finish_drv_init(struc } @@ -21,7 +21,7 @@ return send_and_recv_msgs(drv, msg, NULL, NULL); nla_put_failure: -@@ -3555,6 +3557,21 @@ static int wpa_driver_nl80211_del_beacon +@@ -3716,6 +3718,21 @@ static int wpa_driver_nl80211_del_beacon return -ENOBUFS; } @@ -43,15 +43,15 @@ /** * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface -@@ -9547,4 +9564,5 @@ const struct wpa_driver_ops wpa_driver_n - .send_tdls_mgmt = nl80211_send_tdls_mgmt, +@@ -9855,4 +9872,5 @@ const struct wpa_driver_ops wpa_driver_n .tdls_oper = nl80211_tdls_oper, #endif /* CONFIG_TDLS */ + .update_ft_ies = wpa_driver_nl80211_update_ft_ies, + .stop_ap = wpa_driver_nl80211_stop_ap, }; --- a/src/drivers/driver.h +++ b/src/drivers/driver.h -@@ -2071,6 +2071,9 @@ struct wpa_driver_ops { +@@ -2095,6 +2095,9 @@ struct wpa_driver_ops { */ int (*probe_req_report)(void *priv, int report); -- cgit v1.2.3