projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refresh patches
[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
81a18b9
..
98d89f1
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
87,8 +3187
,8 @@ union wpa_event_data {
+@@ -31
99,8 +3199
,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.
*/
@@
-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
-@@ -174
1,8 +1741
,8 @@ static void wpa_supplicant_event_unprot_
+@@ -174
6,8 +1746
,8 @@ static void wpa_supplicant_event_unprot_
}
}
@@
-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
-@@ -50
1,6 +501
,9 @@ static const char * hostapd_msg_ifname_c
+@@ -50
2,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[])
{
-@@ -51
3,6 +516
,7 @@ int main(int argc, char *argv[])
+@@ -51
4,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.022909 seconds
and
4
git commands to generate.