Searched refs:supp_mcs (Results 1 – 8 of 8) sorted by relevance
156 memcpy(&vap->iv_vht_cap.supp_mcs, &ic->ic_vht_cap.supp_mcs, in ieee80211_vht_vattach() 209 tx = (ic->ic_vht_cap.supp_mcs.tx_mcs_map >> (2*i)) & 0x3; in ieee80211_vht_announce() 210 rx = (ic->ic_vht_cap.supp_mcs.rx_mcs_map >> (2*i)) & 0x3; in ieee80211_vht_announce() 633 vhtcap->supp_mcs.rx_mcs_map = vap->iv_vht_cap.supp_mcs.rx_mcs_map; in ieee80211_vht_get_vhtcap_ie() 634 vhtcap->supp_mcs.rx_highest = 0; in ieee80211_vht_get_vhtcap_ie() 635 vhtcap->supp_mcs.tx_mcs_map = vap->iv_vht_cap.supp_mcs.tx_mcs_map; in ieee80211_vht_get_vhtcap_ie() 636 vhtcap->supp_mcs in ieee80211_vht_get_vhtcap_ie() [all...]
945 struct ieee80211_vht_mcs_info supp_mcs; member
456 ic->ic_vht_cap.supp_mcs.rx_mcs_map = rx_mcs; in rtwn_attach_vht_cap_info_mcs()457 ic->ic_vht_cap.supp_mcs.rx_highest = 0; in rtwn_attach_vht_cap_info_mcs()458 ic->ic_vht_cap.supp_mcs.tx_mcs_map = tx_mcs; in rtwn_attach_vht_cap_info_mcs()459 ic->ic_vht_cap.supp_mcs.tx_highest = 0; in rtwn_attach_vht_cap_info_mcs()
145 .supp_mcs = vht_cap->vht_mcs, in rs_fw_vht_set_enabled_rates()
1933 map = le16toh(vht_cap->supp_mcs.rx_mcs_map); in ieee80211_get_vht_max_nss()1950 if ((le16toh(vht_cap->supp_mcs.tx_mcs_map) & in ieee80211_get_vht_max_nss()
2800 LE_READ_2(&vhtcap->supp_mcs.rx_mcs_map)); in printvhtcap()2802 LE_READ_2(&vhtcap->supp_mcs.rx_highest) & 0x1fff); in printvhtcap()2804 LE_READ_2(&vhtcap->supp_mcs.tx_mcs_map)); in printvhtcap()2806 LE_READ_2(&vhtcap->supp_mcs.tx_highest) & 0x1fff); in printvhtcap()
4345 const __le32 supp_mcs[], in ath12k_wmi_eht_caps_parse() argument4358 cap_band->eht_mcs_20_only = le32_to_cpu(supp_mcs[0]); in ath12k_wmi_eht_caps_parse()4359 cap_band->eht_mcs_80 = le32_to_cpu(supp_mcs[1]); in ath12k_wmi_eht_caps_parse()4361 cap_band->eht_mcs_160 = le32_to_cpu(supp_mcs[2]); in ath12k_wmi_eht_caps_parse()4362 cap_band->eht_mcs_320 = le32_to_cpu(supp_mcs[3]); in ath12k_wmi_eht_caps_parse()
4593 ic->ic_vht_cap.supp_mcs =