OSDN Git Service

mwifiex: Fix an incorrect comment
authorJonas Dreßler <verdre@v0yd.nl>
Sat, 16 Oct 2021 15:32:42 +0000 (17:32 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 20 Oct 2021 08:51:21 +0000 (11:51 +0300)
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
drivers/net/wireless/marvell/mwifiex/11n.c

index 6696bce..b069543 100644 (file)
@@ -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;