From 8a831de514cc86b01527fa5325dea3fc490d735e 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 SVN-Revision: 40571 --- .../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 011f24530a..8da6372b0d 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 -@@ -4701,18 +4701,20 @@ wpa_driver_nl80211_finish_drv_init(struc +@@ -4748,18 +4748,20 @@ wpa_driver_nl80211_finish_drv_init(struc } @@ -24,7 +24,7 @@ return send_and_recv_msgs(drv, msg, NULL, NULL); nla_put_failure: -@@ -4720,6 +4722,15 @@ static int wpa_driver_nl80211_del_beacon +@@ -4767,6 +4769,15 @@ static int wpa_driver_nl80211_del_beacon return -ENOBUFS; } @@ -40,7 +40,7 @@ /** * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface -@@ -10412,7 +10423,6 @@ static int wpa_driver_nl80211_stop_ap(vo +@@ -10475,7 +10486,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