ath11k: ce: remove CE_COUNT() macro
authorKalle Valo <kvalo@codeaurora.org>
Mon, 17 Aug 2020 10:31:48 +0000 (13:31 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 18 Aug 2020 09:44:28 +0000 (12:44 +0300)
commitd9d4b5f354883375b8e35caa172af6c223f4a0c1
tree512ed0f1284e5b89b70f19881e0865f732d60982
parent6e5e9f59dc5b49bad3af283c165beb8321e2a89b
ath11k: ce: remove CE_COUNT() macro

This macro is evil as it's accesses ab variable in a hidden way. It's better
for readibility to access ab->hw_params.ce_count directly.

This is done in a separate patch to keep the patches simple. No functional changes.

Tested-on: QCA6390 hw2.0 PCI WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1
Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1597576599-8857-6-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath11k/ahb.c
drivers/net/wireless/ath/ath11k/ce.c
drivers/net/wireless/ath/ath11k/ce.h
drivers/net/wireless/ath/ath11k/hal.c
drivers/net/wireless/ath/ath11k/htc.c
drivers/net/wireless/ath/ath11k/pci.c