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 --- .../services/hostapd/patches/350-nl80211_del_beacon_bss.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch') diff --git a/package/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch b/package/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch index 8da6372b0d..e6f6cf3b5d 100644 --- a/package/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch +++ b/package/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch @@ -1,6 +1,6 @@ --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -4748,18 +4748,20 @@ wpa_driver_nl80211_finish_drv_init(struc +@@ -4817,18 +4817,20 @@ wpa_driver_nl80211_finish_drv_init(struc } @@ -24,7 +24,7 @@ return send_and_recv_msgs(drv, msg, NULL, NULL); nla_put_failure: -@@ -4767,6 +4769,15 @@ static int wpa_driver_nl80211_del_beacon +@@ -4836,6 +4838,15 @@ static int wpa_driver_nl80211_del_beacon return -ENOBUFS; } @@ -40,7 +40,7 @@ /** * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface -@@ -10475,7 +10486,6 @@ static int wpa_driver_nl80211_stop_ap(vo +@@ -10617,7 +10628,6 @@ static int wpa_driver_nl80211_stop_ap(vo if (!is_ap_interface(drv->nlmode)) return -1; wpa_driver_nl80211_del_beacon(drv); -- cgit v1.2.3