hostapd: refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27571 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
b9b3a6aa48
commit
9d7cebdc61
|
@ -1,6 +1,6 @@
|
||||||
--- a/hostapd/config_file.c
|
--- a/hostapd/config_file.c
|
||||||
+++ b/hostapd/config_file.c
|
+++ b/hostapd/config_file.c
|
||||||
@@ -1920,6 +1920,10 @@ struct hostapd_config * hostapd_config_r
|
@@ -1901,6 +1901,10 @@ struct hostapd_config * hostapd_config_r
|
||||||
"ht_capab", line);
|
"ht_capab", line);
|
||||||
errors++;
|
errors++;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
#endif /* CONFIG_IEEE80211N */
|
#endif /* CONFIG_IEEE80211N */
|
||||||
--- a/src/ap/ap_config.h
|
--- a/src/ap/ap_config.h
|
||||||
+++ b/src/ap/ap_config.h
|
+++ b/src/ap/ap_config.h
|
||||||
@@ -395,6 +395,7 @@ struct hostapd_config {
|
@@ -394,6 +394,7 @@ struct hostapd_config {
|
||||||
int ieee80211n;
|
int ieee80211n;
|
||||||
int secondary_channel;
|
int secondary_channel;
|
||||||
int require_ht;
|
int require_ht;
|
||||||
|
|
Loading…
Reference in New Issue