hostapd: fix typo and indentation in ap_sta_support.patch

Signed-off-by: Johannes Römer <jroemer@posteo.net>
Johannes Römer 2016-09-04 13:23:24 +02:00 committed by Felix Fietkau
parent aeea251fad
commit e8cb7d30e9
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@
" -g = global ctrl_interface\n" " -g = global ctrl_interface\n"
" -G = global ctrl_interface group\n" " -G = global ctrl_interface group\n"
" -h = show this help text\n" " -h = show this help text\n"
+ " -H = connect to a hostapd instance to manage state changes\n" + " -H = connect to a hostapd instance to manage state changes\n"
" -i = interface name\n" " -i = interface name\n"
" -I = additional configuration file\n" " -I = additional configuration file\n"
" -K = include keys (passwords, etc.) in debug output\n" " -K = include keys (passwords, etc.) in debug output\n"
@ -228,7 +228,7 @@
u8 ssid[SSID_MAX_LEN]; u8 ssid[SSID_MAX_LEN];
/** Length of SSID */ /** Length of SSID */
size_t ssid_len; size_t ssid_len;
+ /** HT caapbilities */ + /** HT capabilities */
+ u16 ht_capab; + u16 ht_capab;
+ /* Five octets of HT Operation Information */ + /* Five octets of HT Operation Information */
+ u8 ht_param; + u8 ht_param;