diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-13 12:38:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-13 12:38:51 +0000 |
commit | 5d57cd2414dbfad491943e83a0e42e229f297977 (patch) | |
tree | 8503ead2c3bd47cd5e85f1023254439a32dca9f4 /package/hostapd/patches/300-nl80211_multicall_fixes.patch | |
parent | dac5ed38b63d31c26339916517c27b30dc8ab1c6 (diff) | |
download | upstream-5d57cd2414dbfad491943e83a0e42e229f297977.tar.gz upstream-5d57cd2414dbfad491943e83a0e42e229f297977.tar.bz2 upstream-5d57cd2414dbfad491943e83a0e42e229f297977.zip |
hostapd: update to 2012-09-10
SVN-Revision: 33392
Diffstat (limited to 'package/hostapd/patches/300-nl80211_multicall_fixes.patch')
-rw-r--r-- | package/hostapd/patches/300-nl80211_multicall_fixes.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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); |