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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue