projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: ag71xx: make switch register access atomic
[openwrt.git]
/
package
/
hostapd
/
patches
/
510-multicall.patch
diff --git
a/package/hostapd/patches/510-multicall.patch
b/package/hostapd/patches/510-multicall.patch
index
e705792
..
6ac66cf
100644
(file)
--- 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
wpa_cli.exe: wpa_cli
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
-@@ -31
69,8 +3169
,8 @@ union wpa_event_data {
+@@ -31
87,8 +3187
,8 @@ union wpa_event_data {
* Driver wrapper code should call this function whenever an event is received
* from the driver.
*/
* 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
/*
--- a/src/ap/drv_callbacks.c
+++ b/src/ap/drv_callbacks.c
-@@ -44
3,8 +443
,8 @@ static void hostapd_event_eapol_rx(struc
+@@ -44
8,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
for (;;) {
--- a/wpa_supplicant/events.c
+++ b/wpa_supplicant/events.c
-@@ -17
18,8 +1718
,8 @@ static void wpa_supplicant_event_unprot_
+@@ -17
41,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
u16 reason_code = 0;
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -231
3,6 +2313
,9 @@ static void wpa_supplicant_deinit_iface(
+@@ -231
4,6 +2314
,9 @@ static void wpa_supplicant_deinit_iface(
wpa_drv_deinit(wpa_s);
}
wpa_drv_deinit(wpa_s);
}
@@
-202,7
+202,7
@@
/**
* wpa_supplicant_add_iface - Add a new network interface
/**
* wpa_supplicant_add_iface - Add a new network interface
-@@ -249
6,6 +2499
,7 @@ struct wpa_global * wpa_supplicant_init(
+@@ -249
7,6 +2500
,7 @@ struct wpa_global * wpa_supplicant_init(
wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
#endif /* CONFIG_NO_WPA_MSG */
wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
#endif /* CONFIG_NO_WPA_MSG */
@@
-212,7
+212,7
@@
wpa_debug_open_syslog();
--- a/hostapd/main.c
+++ b/hostapd/main.c
wpa_debug_open_syslog();
--- a/hostapd/main.c
+++ b/hostapd/main.c
-@@ -
491,6 +491
,9 @@ static const char * hostapd_msg_ifname_c
+@@ -
502,6 +502
,9 @@ static const char * hostapd_msg_ifname_c
return NULL;
}
return NULL;
}
@@
-222,7
+222,7
@@
int main(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
-@@ -5
03,6 +506
,7 @@ int main(int argc, char *argv[])
+@@ -5
14,6 +517
,7 @@ int main(int argc, char *argv[])
if (os_program_init())
return -1;
if (os_program_init())
return -1;
This page took
0.025833 seconds
and
4
git commands to generate.