wifi: ath10k: Use list_count_nodes()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 26 Apr 2023 20:49:07 +0000 (22:49 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Fri, 5 May 2023 13:07:45 +0000 (16:07 +0300)
commitfd7bc9d9d4678321f0641810513cf7173f5c533c
tree64c5c51d9c7ebd35fcc85bd43c27703c1a3b274a
parentb719ebc37a1eacd4fd4f1264f731b016e5ec0c6e
wifi: ath10k: Use list_count_nodes()

ath10k_wmi_fw_stats_num_peers() and ath10k_wmi_fw_stats_num_vdevs() really
look the same as list_count_nodes(), so use the latter instead of hand
writing it.

The first ones use list_for_each_entry() and the other list_for_each(), but
they both count the number of nodes in the list.

Compile tested only.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/e6ec525c0c5057e97e33a63f8a4aa482e5c2da7f.1682541872.git.christophe.jaillet@wanadoo.fr
drivers/net/wireless/ath/ath10k/debug.c
drivers/net/wireless/ath/ath10k/wmi.c
drivers/net/wireless/ath/ath10k/wmi.h