wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 14 Sep 2023 16:07:03 +0000 (19:07 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Thu, 21 Sep 2023 08:10:59 +0000 (11:10 +0300)
commit30e7099a6dc95e46f94609d0fba787b9deb369a6
tree2488be99b54c7c186a6fd73111bd84c9ce71a758
parent3f856f29551f0cbb8573eadd4d278765a3b95d40
wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL

According to Jeff, 'HTT_DATA_TX_STATUS_DOWNLOAD_FAIL' from
'enum htt_data_tx_status' is never actually used by the
firmware code and so may be dropped, with the related
adjustment to 'ath10k_htt_rx_tx_compl_ind()'.

Suggested-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230914160744.155903-1-dmantipov@yandex.ru
drivers/net/wireless/ath/ath10k/htt.h
drivers/net/wireless/ath/ath10k/htt_rx.c