]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: ath9k: cleanup struct ath_tx_control and ath_tx_prepare()
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 15 Jan 2025 17:17:49 +0000 (20:17 +0300)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 17 Jan 2025 23:39:22 +0000 (15:39 -0800)
commit7f2e104f2eebc2c3e15ae34740c7b05d0362040a
treeb51f914b587f910feeba9f06c536ec3d6a1f2af0
parent68abd0c4ebf24cd499841a488b97a6873d5efabb
wifi: ath9k: cleanup struct ath_tx_control and ath_tx_prepare()

After switching to mac80211 software queues, pointer to 'struct ath_node'
in 'struct ath_tx_control' is still assigned but not actually used. So drop
it and cleanup related things in 'ath_tx_prepare()'. Compile tested only.

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Link: https://patch.msgid.link/20250115171750.259917-1-dmantipov@yandex.ru
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/xmit.c