summaryrefslogtreecommitdiff
path: root/package/hostapd/patches/510-multicall.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
commitd7bdfca6d0879280b8b6f4e5e2f6e9086421a982 (patch)
tree4b4d4d0aeceee1ad8bfef80bc498a0bb078f91a0 /package/hostapd/patches/510-multicall.patch
parentedfcbe5705a9d1ce7d21f7bf7460593447875822 (diff)
downloadmtk-20170518-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.zip
mtk-20170518-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.gz
mtk-20170518-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.bz2
hostapd: update to 2011-04-21
SVN-Revision: 26749
Diffstat (limited to 'package/hostapd/patches/510-multicall.patch')
-rw-r--r--package/hostapd/patches/510-multicall.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/hostapd/patches/510-multicall.patch b/package/hostapd/patches/510-multicall.patch
index ec4fb9b..81a18b9 100644
--- a/package/hostapd/patches/510-multicall.patch
+++ b/package/hostapd/patches/510-multicall.patch
@@ -132,7 +132,7 @@
wpa_cli.exe: wpa_cli
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
-@@ -3186,8 +3186,8 @@ union wpa_event_data {
+@@ -3187,8 +3187,8 @@ union wpa_event_data {
* Driver wrapper code should call this function whenever an event is received
* from the driver.
*/
@@ -145,7 +145,7 @@
/*
--- a/src/ap/drv_callbacks.c
+++ b/src/ap/drv_callbacks.c
-@@ -443,8 +443,8 @@ static void hostapd_event_eapol_rx(struc
+@@ -448,8 +448,8 @@ static void hostapd_event_eapol_rx(struc
}
@@ -179,7 +179,7 @@
for (;;) {
--- a/wpa_supplicant/events.c
+++ b/wpa_supplicant/events.c
-@@ -1734,8 +1734,8 @@ static void wpa_supplicant_event_unprot_
+@@ -1741,8 +1741,8 @@ static void wpa_supplicant_event_unprot_
}
@@ -192,7 +192,7 @@
u16 reason_code = 0;
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -2311,6 +2311,9 @@ static void wpa_supplicant_deinit_iface(
+@@ -2314,6 +2314,9 @@ static void wpa_supplicant_deinit_iface(
wpa_drv_deinit(wpa_s);
}
@@ -202,7 +202,7 @@
/**
* wpa_supplicant_add_iface - Add a new network interface
-@@ -2494,6 +2497,7 @@ struct wpa_global * wpa_supplicant_init(
+@@ -2497,6 +2500,7 @@ struct wpa_global * wpa_supplicant_init(
wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
#endif /* CONFIG_NO_WPA_MSG */