ath12k_core_get_max_peers_per_radio
EXPORT_SYMBOL(ath12k_core_get_max_peers_per_radio);
u32 ath12k_core_get_max_peers_per_radio(struct ath12k_base *ab);
param->nelem_hint = ab->num_radios * ath12k_core_get_max_peers_per_radio(ab);
ar->max_num_peers = ath12k_core_get_max_peers_per_radio(ar->ab);
param->nelem_hint = ab->num_radios * ath12k_core_get_max_peers_per_radio(ab);
ath12k_core_get_max_peers_per_radio(ab);