From 5d57cd2414dbfad491943e83a0e42e229f297977 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 13 Sep 2012 12:38:51 +0000 Subject: hostapd: update to 2012-09-10 SVN-Revision: 33392 --- package/hostapd/patches/300-nl80211_multicall_fixes.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/hostapd/patches/300-nl80211_multicall_fixes.patch') diff --git a/package/hostapd/patches/300-nl80211_multicall_fixes.patch b/package/hostapd/patches/300-nl80211_multicall_fixes.patch index e0135df160..1d2519a937 100644 --- a/package/hostapd/patches/300-nl80211_multicall_fixes.patch +++ b/package/hostapd/patches/300-nl80211_multicall_fixes.patch @@ -1,6 +1,6 @@ --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -2931,6 +2931,7 @@ static void * wpa_driver_nl80211_init(vo +@@ -2988,6 +2988,7 @@ static void * wpa_driver_nl80211_init(vo drv->monitor_sock = -1; drv->eapol_tx_sock = -1; drv->ap_scan_as_station = NL80211_IFTYPE_UNSPECIFIED; @@ -8,7 +8,7 @@ if (wpa_driver_nl80211_init_nl(drv)) { os_free(drv); -@@ -3245,17 +3246,12 @@ static void wpa_driver_nl80211_send_rfki +@@ -3302,17 +3303,12 @@ static void wpa_driver_nl80211_send_rfki wpa_supplicant_event(timeout_ctx, EVENT_INTERFACE_DISABLED, NULL); } @@ -28,7 +28,7 @@ /* * Make sure the interface starts up in station mode unless this is a * dynamically added interface (e.g., P2P) that was already configured -@@ -3274,7 +3270,7 @@ wpa_driver_nl80211_finish_drv_init(struc +@@ -3331,7 +3327,7 @@ wpa_driver_nl80211_finish_drv_init(struc "interface '%s' due to rfkill", bss->ifname); drv->if_disabled = 1; @@ -37,7 +37,7 @@ } else { wpa_printf(MSG_ERROR, "nl80211: Could not set " "interface '%s' UP", bss->ifname); -@@ -3284,7 +3280,19 @@ wpa_driver_nl80211_finish_drv_init(struc +@@ -3341,7 +3337,19 @@ wpa_driver_nl80211_finish_drv_init(struc netlink_send_oper_ifla(drv->global->netlink, drv->ifindex, 1, IF_OPER_DORMANT); -- cgit v1.2.3