Searched refs:mcs_map (Results 1 – 2 of 2) sorted by relevance
44 u8 bands, u16 mcs_map) in mwifiex_convert_mcsmap_to_maxrate() argument59 mcs = GET_VHTNSSMCS(mcs_map, i); in mwifiex_convert_mcsmap_to_maxrate()63 mcs = GET_VHTNSSMCS(mcs_map, nss); in mwifiex_convert_mcsmap_to_maxrate()
181 static int ath10k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss) in ath10k_mac_get_max_vht_mcs_map() argument183 switch ((mcs_map >> (2 * nss)) & 0x3) { in ath10k_mac_get_max_vht_mcs_map()2506 u16 mcs_map; in ath10k_peer_assoc_h_vht_limit() local2510 mcs_map = ath10k_mac_get_max_vht_mcs_map(tx_mcs_set, nss) & in ath10k_peer_assoc_h_vht_limit()2513 if (mcs_map) in ath10k_peer_assoc_h_vht_limit()2514 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()4897 u16 mcs_map; in ath10k_create_vht_cap() local4922 mcs_map = 0; in ath10k_create_vht_cap()4925 mcs_map |= IEEE80211_VHT_MCS_SUPPORT_0_9 << (i * 2); in ath10k_create_vht_cap()4927 mcs_map |= IEEE80211_VHT_MCS_NOT_SUPPORTED << (i * 2); in ath10k_create_vht_cap()[all …]