ath11k: Remove unnecessary delay in ath11k_core_suspend
authorBaochen Qiang <quic_bqiang@quicinc.com>
Fri, 1 Apr 2022 11:53:10 +0000 (14:53 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Tue, 5 Apr 2022 08:11:02 +0000 (11:11 +0300)
commit2dd398dee7aa5ec6b296d9915bbb1c1a76199b4a
tree09dbd0f5343079ddfe4ddd90f20ef71ba256ac51
parent50dc9ce9f80554a88e33b73c30851acf2be36ed3
ath11k: Remove unnecessary delay in ath11k_core_suspend

The intended delay in ath11k_core_suspend is introduced in commit
d1b0c33850d2 ("ath11k: implement suspend for QCA6390 PCI devices"),
now with ath11k_mac_wait_tx_complete added in commit ba9177fcef21
("ath11k: Add basic WoW functionalities"), that delay is not
necessary now, so remove it.

This is found in code review.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-02431-QCAHSPSWPL_V1_V2_SILICONZ_LITE-1

Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220331002105.1162099-1-quic_bqiang@quicinc.com
drivers/net/wireless/ath/ath11k/core.c