hostapd: refresh patch
SVN-Revision: 27571
This commit is contained in:
parent
8edcfc5bff
commit
7bab9b2f30
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/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);
|
||||
errors++;
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
|||
#endif /* CONFIG_IEEE80211N */
|
||||
--- a/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 secondary_channel;
|
||||
int require_ht;
|
||||
|
|
Loading…
Reference in a new issue