Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c1120 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local
1130 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
1132 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit()
1134 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dmac.c2456 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2466 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()
2468 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()
2470 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()