]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: ath10k: update outdated comment for renamed ieee80211_tx_status()
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Sat, 21 Mar 2026 11:00:11 +0000 (19:00 +0800)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Wed, 20 May 2026 16:57:20 +0000 (09:57 -0700)
The function ieee80211_tx_status() was renamed to
ieee80211_tx_status_skb() by commit 2703bc851399
("wifi: mac80211: rename ieee80211_tx_status() to
ieee80211_tx_status_skb()").  Update the stale reference
in ath10k_htt_tx_hl().

Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Link: https://patch.msgid.link/20260321110011.8556-1-kexinsun@smail.nju.edu.cn
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_tx.c

index d6f1d85ba8713d4343605082d91b96ea0df900e7..29e99fbf36fde52f15834ee2f78bc4f823bb82f3 100644 (file)
@@ -1353,7 +1353,7 @@ static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txm
                msdu_id = res;
        }
 
-       /* As msdu is freed by mac80211 (in ieee80211_tx_status()) and by
+       /* As msdu is freed by mac80211 (in ieee80211_tx_status_skb()) and by
         * ath10k (in ath10k_htt_htc_tx_complete()) we have to increase
         * reference by one to avoid a use-after-free case and a double
         * free.