Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c1164 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local
1174 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
1176 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit()
1178 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dmac.c2468 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2478 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()
2480 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()
2482 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()