Skip to content
Snippets Groups Projects
Commit e8cb7d30 authored by Johannes Römer's avatar Johannes Römer Committed by Felix Fietkau
Browse files

hostapd: fix typo and indentation in ap_sta_support.patch

parent aeea251f
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@
" -g = global ctrl_interface\n"
" -G = global ctrl_interface group\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 = additional configuration file\n"
" -K = include keys (passwords, etc.) in debug output\n"
......@@ -228,7 +228,7 @@
u8 ssid[SSID_MAX_LEN];
/** Length of SSID */
size_t ssid_len;
+ /** HT caapbilities */
+ /** HT capabilities */
+ u16 ht_capab;
+ /* Five octets of HT Operation Information */
+ u8 ht_param;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment