Lines Matching refs:mcs
2146 if (ht_cap->mcs.rx_mask[1] && ht_cap->mcs.rx_mask[2]) in ath10k_peer_assoc_h_ht()
2148 else if (ht_cap->mcs.rx_mask[1]) in ath10k_peer_assoc_h_ht()
2152 if ((ht_cap->mcs.rx_mask[i / 8] & BIT(i % 8)) && in ath10k_peer_assoc_h_ht()
2256 u16 mcs; in ath10k_peer_assoc_h_vht_limit() local
2280 mcs = IEEE80211_VHT_MCS_NOT_SUPPORTED; in ath10k_peer_assoc_h_vht_limit()
2283 mcs = IEEE80211_VHT_MCS_SUPPORT_0_7; in ath10k_peer_assoc_h_vht_limit()
2286 mcs = IEEE80211_VHT_MCS_SUPPORT_0_8; in ath10k_peer_assoc_h_vht_limit()
2289 mcs = IEEE80211_VHT_MCS_SUPPORT_0_9; in ath10k_peer_assoc_h_vht_limit()
2294 tx_mcs_set |= mcs << (nss * 2); in ath10k_peer_assoc_h_vht_limit()
3892 ht_cap.mcs.rx_mask[i] = 0xFF; in ath10k_get_ht_cap()
3895 ht_cap.mcs.tx_params |= IEEE80211_HT_MCS_TX_DEFINED; in ath10k_get_ht_cap()
6016 sband->ht_cap.mcs.rx_mask[i]) in ath10k_mac_bitrate_mask_get_single_nss()