mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-01 19:41:19 +00:00
mwifiex: Fix an incorrect comment
We're sending DELBA requests here, not ADDBA requests. Signed-off-by: Jonas Dreßler <verdre@v0yd.nl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211016153244.24353-4-verdre@v0yd.nl
This commit is contained in:
parent
fd7f8c321b
commit
a8a8fc7b2a
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ int mwifiex_ret_11n_delba(struct mwifiex_private *priv,
|
|||
tx_ba_tbl->ra);
|
||||
} else { /*
|
||||
* In case of failure, recreate the deleted stream in case
|
||||
* we initiated the ADDBA
|
||||
* we initiated the DELBA
|
||||
*/
|
||||
if (!INITIATOR_BIT(del_ba_param_set))
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue