VHT: Remove copying of VHT Operation element from (Re)Assoc Req
This copying attempt was added incorrectly since that element is never actually present in (Re)Association Request frames. It is only valid to copy that element from the mesh peering frames. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ce362f885f
commit
d70776098d
1 changed files with 0 additions and 4 deletions
|
@ -2846,10 +2846,6 @@ static u16 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta,
|
|||
if (resp != WLAN_STATUS_SUCCESS)
|
||||
return resp;
|
||||
|
||||
resp = copy_sta_vht_oper(hapd, sta, elems.vht_operation);
|
||||
if (resp != WLAN_STATUS_SUCCESS)
|
||||
return resp;
|
||||
|
||||
resp = set_sta_vht_opmode(hapd, sta, elems.vht_opmode_notif);
|
||||
if (resp != WLAN_STATUS_SUCCESS)
|
||||
return resp;
|
||||
|
|
Loading…
Reference in a new issue