Searched refs:idx_limit (Results 1 – 2 of 2) sorted by relevance
2298 int idx_limit; in ath12k_peer_assoc_h_vht_limit() local2308 idx_limit = fls(mcs_map) - 1; in ath12k_peer_assoc_h_vht_limit()2310 idx_limit = -1; in ath12k_peer_assoc_h_vht_limit()2312 switch (idx_limit) { in ath12k_peer_assoc_h_vht_limit()2526 int idx_limit; in ath12k_peer_assoc_h_he_limit() local2536 idx_limit = fls(mcs_map) - 1; in ath12k_peer_assoc_h_he_limit()2538 idx_limit = -1; in ath12k_peer_assoc_h_he_limit()2540 switch (idx_limit) { in ath12k_peer_assoc_h_he_limit()
2504 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local2514 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()2516 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()2518 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()