hostapd: fix typo and indentation in ap_sta_support.patch
Signed-off-by: Johannes Römer <jroemer@posteo.net>
This commit is contained in:
parent
aeea251fad
commit
e8cb7d30e9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue