]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath9k: cleanup a few (mostly) TX-related routines
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Dec 2024 15:50:26 +0000 (18:50 +0300)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 19 Dec 2024 17:41:03 +0000 (09:41 -0800)
commitd19ac7ef6ee997298a42335d0dd09b67c6cb19bf
treebd6bb524bf5422d38a7101cd3734a9af0482c19f
parent2a7e02fa9116d9b077983257774e6644af064857
wifi: ath9k: cleanup a few (mostly) TX-related routines

Remove unused 'struct ath_softc *' argument of 'ath_pkt_duration()',
'ath_tx_update_baw()', 'ath_get_skb_tid()', 'ath_tx_addto_baw()' and
'ath_tx_count_frames()', adjust related users. 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/20241209155027.636400-2-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/recv.c
drivers/net/wireless/ath/ath9k/xmit.c