RE: [PATCH rtw-next v2 3/7] wifi: rtw89: usb: use ieee80211_free_txskb() where appropriate
From: Ping-Ke Shih
Date: Mon Oct 06 2025 - 22:52:04 EST
Fedor Pchelkin <pchelkin@xxxxxxxxx> wrote:
> rtw89_usb_ops_tx_kick_off() may need to release skb if a failure occurs.
> It operates mainly on skbs coming from the core wireless stack and the
> ones containing firmware commands.
>
> Use ieee80211_free_txskb() for the former case.
>
> Suggested-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>
> Signed-off-by: Fedor Pchelkin <pchelkin@xxxxxxxxx>
Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>