Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/ !
H A Dmac.c12522 const struct ieee80211_eht_mcs_nss_supp_20mhz_only *eht_mcs_nss = in ath12k_mac_bitrate_mask_get_single_nss() local
12524 if (eht_mcs_nss->rx_tx_mcs13_max_nss) in ath12k_mac_bitrate_mask_get_single_nss()
12526 else if (eht_mcs_nss->rx_tx_mcs11_max_nss) in ath12k_mac_bitrate_mask_get_single_nss()
12528 else if (eht_mcs_nss->rx_tx_mcs9_max_nss) in ath12k_mac_bitrate_mask_get_single_nss()
12533 const struct ieee80211_eht_mcs_nss_supp_bw *eht_mcs_nss; in ath12k_mac_bitrate_mask_get_single_nss() local
12537 eht_mcs_nss = &data->eht_cap.eht_mcs_nss_supp.bw._320; in ath12k_mac_bitrate_mask_get_single_nss()
12540 eht_mcs_nss = &data->eht_cap.eht_mcs_nss_supp.bw._160; in ath12k_mac_bitrate_mask_get_single_nss()
12543 eht_mcs_nss = &data->eht_cap.eht_mcs_nss_supp.bw._80; in ath12k_mac_bitrate_mask_get_single_nss()
12549 if (eht_mcs_nss->rx_tx_mcs13_max_nss) in ath12k_mac_bitrate_mask_get_single_nss()
12551 else if (eht_mcs_nss->rx_tx_mcs11_max_nss) in ath12k_mac_bitrate_mask_get_single_nss()
/linux/net/mac80211/ !
H A Dutil.c2928 const struct ieee80211_eht_mcs_nss_supp_20mhz_only *eht_mcs_nss = in ieee80211_ie_build_eht_oper() local
2943 memcpy(&eht_oper->basic_mcs_nss, eht_mcs_nss, sizeof(*eht_mcs_nss)); in ieee80211_ie_build_eht_oper()