Home
last modified time | relevance | path

Searched refs:idx_limit (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2298 int idx_limit; in ath12k_peer_assoc_h_vht_limit() local
2308 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() local
2536 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()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2504 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2514 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()