wifi: ath11k: Use list_count_nodes()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 26 Apr 2023 20:48:59 +0000 (22:48 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Fri, 5 May 2023 13:08:06 +0000 (16:08 +0300)
commit91dce40914337bc47ac95e00f2b055169ee53697
treec7665ee14d3930b2f73fd26fbcc8f550e653935f
parentfd7bc9d9d4678321f0641810513cf7173f5c533c
wifi: ath11k: Use list_count_nodes()

ath11k_wmi_fw_stats_num_vdevs() and ath11k_wmi_fw_stats_num_bcn() 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.

While at it, also remove to prototypes of non-existent functions.
Based on the names and prototypes, it is likely that they should be
equivalent to list_count_nodes().

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/941484caae24b89d20524b1a5661dd1fd7025492.1682542084.git.christophe.jaillet@wanadoo.fr
drivers/net/wireless/ath/ath11k/wmi.c
drivers/net/wireless/ath/ath11k/wmi.h