Lines Matching refs:mcs_map
181 static int ath10k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss)
183 switch ((mcs_map >> (2 * nss)) & 0x3) {
2499 u16 mcs_map;
2503 mcs_map = ath10k_mac_get_max_vht_mcs_map(tx_mcs_set, nss) &
2506 if (mcs_map)
2507 idx_limit = fls(mcs_map) - 1;
4890 u16 mcs_map;
4915 mcs_map = 0;
4918 mcs_map |= IEEE80211_VHT_MCS_SUPPORT_0_9 << (i * 2);
4920 mcs_map |= IEEE80211_VHT_MCS_NOT_SUPPORTED << (i * 2);
4926 vht_cap.vht_mcs.rx_mcs_map = cpu_to_le16(mcs_map);
4927 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(mcs_map);