Searched refs:mcs_nss (Results 1 – 3 of 3) sorted by relevance
3063 uint8_t mcs_nss[4]; in print_radiotap_field() local3112 rc = nd_cpack_uint8(ndo, s, &mcs_nss[i]); in print_radiotap_field()3127 nss = mcs_nss[i] & IEEE80211_RADIOTAP_VHT_NSS_MASK; in print_radiotap_field()3128 mcs = (mcs_nss[i] & IEEE80211_RADIOTAP_VHT_MCS_MASK) >> IEEE80211_RADIOTAP_VHT_MCS_SHIFT; in print_radiotap_field()
992 struct ieee80211_eht_mcs_nss_supp *mcs_nss = in iwl_nvm_fixup_sband_iftd() 995 memset(mcs_nss, 0x11, sizeof(*mcs_nss)); in iwl_nvm_fixup_sband_iftd() 966 struct ieee80211_eht_mcs_nss_supp *mcs_nss = iwl_nvm_fixup_sband_iftd() local
4444 struct ieee80211_he_mcs_nss_supp *mcs_nss = &he_cap->he_mcs_nss_supp; in ath12k_mac_copy_he_cap() local4479 mcs_nss->rx_mcs_80 = cpu_to_le16(band_cap->he_mcs & 0xffff); in ath12k_mac_copy_he_cap()4480 mcs_nss->tx_mcs_80 = cpu_to_le16(band_cap->he_mcs & 0xffff); in ath12k_mac_copy_he_cap()4481 mcs_nss->rx_mcs_160 = cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath12k_mac_copy_he_cap()4482 mcs_nss->tx_mcs_160 = cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath12k_mac_copy_he_cap()4483 mcs_nss->rx_mcs_80p80 = cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath12k_mac_copy_he_cap()4484 mcs_nss->tx_mcs_80p80 = cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath12k_mac_copy_he_cap()4494 struct ieee80211_eht_mcs_nss_supp *mcs_nss, in ath12k_mac_copy_eht_mcs_nss() argument4503 memcpy(&mcs_nss->only_20mhz, &band_cap->eht_mcs_20_only, in ath12k_mac_copy_eht_mcs_nss()4509 memcpy(&mcs_nss->bw._80, &band_cap->eht_mcs_80, in ath12k_mac_copy_eht_mcs_nss()[all …]