Commit a8a8fc7b authored by Jonas Dreßler's avatar Jonas Dreßler Committed by Kalle Valo

mwifiex: Fix an incorrect comment

We're sending DELBA requests here, not ADDBA requests.
Signed-off-by: default avatarJonas Dreßler <verdre@v0yd.nl>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211016153244.24353-4-verdre@v0yd.nl
parent fd7f8c32
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment