ath11k: avoid burst time conversion logic
authorKarthikeyan Periyasamy <periyasa@codeaurora.org>
Wed, 27 Nov 2019 14:08:52 +0000 (14:08 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 29 Nov 2019 07:47:26 +0000 (09:47 +0200)
commitf425078b449f90793c73423e4bbc44da6aad48d6
treef52bc2fe0a0658291a83ef39c6ed401a18d12a0b
parentd0f390eae07284939b10fe34edd45d4c59226783
ath11k: avoid burst time conversion logic

WMI_VDEV_SET_WMM_PARAMS commmand expects the txoplimit param in the units of
32 microseconds. convert the txop unit from 32 microseconds to absolute
microseconds leads to the higher burst values which is incorrect. so no need
to convert the txop unit from 32 microseconds to absolute microseconds.

Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath11k/mac.c