Re: [PATCH] wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc()

2023-11-02 Thread Jeff Johnson
On 11/2/2023 4:54 AM, Dmitry Antipov wrote: Since 'ieee80211_txq_get_depth()' allows NULL for 2nd and 3rd arguments, simplify '__ath10k_htt_tx_txq_recalc()' by dropping unused 'frame_cnt'. Compile tested only. Signed-off-by: Dmitry Antipov Acked-by: Jeff Johnson

[PATCH] wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc()

2023-11-02 Thread Dmitry Antipov
Since 'ieee80211_txq_get_depth()' allows NULL for 2nd and 3rd arguments, simplify '__ath10k_htt_tx_txq_recalc()' by dropping unused 'frame_cnt'. Compile tested only. Signed-off-by: Dmitry Antipov --- drivers/net/wireless/ath/ath10k/htt_tx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)