projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] mac80211: add mising esac to mac80211.sh
[openwrt.git]
/
package
/
hostapd
/
patches
/
500-scan_wait.patch
diff --git
a/package/hostapd/patches/500-scan_wait.patch
b/package/hostapd/patches/500-scan_wait.patch
index
02675e1
..
506502a
100644
(file)
--- a/
package/hostapd/patches/500-scan_wait.patch
+++ b/
package/hostapd/patches/500-scan_wait.patch
@@
-1,6
+1,6
@@
--- a/src/ap/hostapd.h
+++ b/src/ap/hostapd.h
--- a/src/ap/hostapd.h
+++ b/src/ap/hostapd.h
-@@ -2
71,6 +27
1,7 @@ struct hostapd_iface {
+@@ -2
21,6 +22
1,7 @@ struct hostapd_iface {
int (*for_each_interface)(struct hapd_interfaces *interfaces,
int (*cb)(struct hostapd_iface *iface,
void *ctx), void *ctx);
int (*for_each_interface)(struct hapd_interfaces *interfaces,
int (*cb)(struct hostapd_iface *iface,
void *ctx), void *ctx);
@@
-10,7
+10,7
@@
/* hostapd.c */
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
/* hostapd.c */
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
-@@ -7
84,6 +784
,9 @@ int hostapd_setup_interface_complete(str
+@@ -7
79,6 +779
,9 @@ int hostapd_setup_interface_complete(str
wpa_printf(MSG_DEBUG, "%s: Setup of interface done.",
iface->bss[0]->conf->iface);
wpa_printf(MSG_DEBUG, "%s: Setup of interface done.",
iface->bss[0]->conf->iface);
@@
-116,7
+116,7
@@
os_program_deinit();
--- a/hostapd/config_file.c
+++ b/hostapd/config_file.c
os_program_deinit();
--- a/hostapd/config_file.c
+++ b/hostapd/config_file.c
-@@ -18
82,6 +1882
,8 @@ struct hostapd_config * hostapd_config_r
+@@ -18
90,6 +1890
,8 @@ struct hostapd_config * hostapd_config_r
}
#endif /* CONFIG_IEEE80211W */
#ifdef CONFIG_IEEE80211N
}
#endif /* CONFIG_IEEE80211W */
#ifdef CONFIG_IEEE80211N
@@
-127,7
+127,7
@@
} else if (os_strcmp(buf, "ht_capab") == 0) {
--- a/src/ap/ap_config.h
+++ b/src/ap/ap_config.h
} else if (os_strcmp(buf, "ht_capab") == 0) {
--- a/src/ap/ap_config.h
+++ b/src/ap/ap_config.h
-@@ -38
0,6 +380
,7 @@ struct hostapd_config {
+@@ -38
2,6 +382
,7 @@ struct hostapd_config {
int ht_op_mode_fixed;
u16 ht_capab;
int ht_op_mode_fixed;
u16 ht_capab;
This page took
0.026258 seconds
and
4
git commands to generate.