nl80211: Send link_id on sta_deauth()
i802_sta_deauth() already has the link_id passed to it in its arguments. Use that to pass it down to send MLME handler as well. Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
This commit is contained in:
parent
62e0c10193
commit
85ea5f3496
1 changed files with 1 additions and 1 deletions
|
@ -8249,7 +8249,7 @@ static int i802_sta_deauth(void *priv, const u8 *own_addr, const u8 *addr,
|
|||
return wpa_driver_nl80211_send_mlme(bss, (u8 *) &mgmt,
|
||||
IEEE80211_HDRLEN +
|
||||
sizeof(mgmt.u.deauth), 0, 0, 0, 0,
|
||||
0, NULL, 0, 0, -1);
|
||||
0, NULL, 0, 0, link_id);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue