summaryrefslogtreecommitdiff
path: root/package/hostapd/patches/510-multicall.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-11 22:39:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-11 22:39:19 +0000
commit814af8484ea438eaa7f72146f7ba51b0bf50751a (patch)
tree39177197faf7a05e5f5cb08e6919f8adbb9aa41f /package/hostapd/patches/510-multicall.patch
parentd9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1 (diff)
downloadmtk-20170518-814af8484ea438eaa7f72146f7ba51b0bf50751a.zip
mtk-20170518-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.gz
mtk-20170518-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.bz2
hostapd: update to 2010-11-11
SVN-Revision: 23969
Diffstat (limited to 'package/hostapd/patches/510-multicall.patch')
-rw-r--r--package/hostapd/patches/510-multicall.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/patches/510-multicall.patch b/package/hostapd/patches/510-multicall.patch
index 541e349..80a032e 100644
--- a/package/hostapd/patches/510-multicall.patch
+++ b/package/hostapd/patches/510-multicall.patch
@@ -114,7 +114,7 @@
wpa_cli.exe: wpa_cli
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
-@@ -2667,8 +2667,8 @@ union wpa_event_data {
+@@ -2684,8 +2684,8 @@ union wpa_event_data {
* Driver wrapper code should call this function whenever an event is received
* from the driver.
*/
@@ -182,7 +182,7 @@
u16 reason_code = 0;
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -2314,6 +2314,9 @@ struct wpa_supplicant * wpa_supplicant_g
+@@ -2320,6 +2320,9 @@ struct wpa_supplicant * wpa_supplicant_g
return NULL;
}
@@ -192,7 +192,7 @@
/**
* wpa_supplicant_init - Initialize %wpa_supplicant
-@@ -2332,6 +2335,7 @@ struct wpa_global * wpa_supplicant_init(
+@@ -2338,6 +2341,7 @@ struct wpa_global * wpa_supplicant_init(
if (params == NULL)
return NULL;