mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Remove duplicated vht_capab parser entry
[VHT160-80PLUS80] was parsed twice with the second copy not really doing anything useful. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ba77228092
commit
23587e3999
@ -1093,8 +1093,6 @@ static int hostapd_config_vht_capab(struct hostapd_config *conf,
|
||||
conf->vht_capab |= VHT_CAP_SUPP_CHAN_WIDTH_160MHZ;
|
||||
if (os_strstr(capab, "[VHT160-80PLUS80]"))
|
||||
conf->vht_capab |= VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ;
|
||||
if (os_strstr(capab, "[VHT160-80PLUS80]"))
|
||||
conf->vht_capab |= VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ;
|
||||
if (os_strstr(capab, "[RXLDPC]"))
|
||||
conf->vht_capab |= VHT_CAP_RXLDPC;
|
||||
if (os_strstr(capab, "[SHORT-GI-80]"))
|
||||
|
Loading…
Reference in New Issue
Block a user