wifi: ath9k: cleanup ath_txq_skb_done()
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Dec 2024 15:50:25 +0000 (18:50 +0300)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 19 Dec 2024 17:41:03 +0000 (09:41 -0800)
commit2a7e02fa9116d9b077983257774e6644af064857
treea7973f5d1852d3b3c498318a2c671682fb3caf41
parentd33bc467e8325be66b7209250e9829d199034ffe
wifi: ath9k: cleanup ath_txq_skb_done()

Since 'txq' argument of 'ath_txq_skb_done()' is actually
(mis|un)used, convert the former to local variable and
adjust all related users. Compile tested only.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

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