Searched refs:idx_limit (Results 1 – 2 of 2) sorted by relevance
1803 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local1813 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()1815 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit()1817 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit()2022 int idx_limit; in ath11k_peer_assoc_h_he_limit() local2032 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit()2034 idx_limit = -1; in ath11k_peer_assoc_h_he_limit()2036 switch (idx_limit) { in ath11k_peer_assoc_h_he_limit()
2480 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local2490 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()2492 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()2494 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()