Home
last modified time | relevance | path

Searched refs:tx_mcs_map (Results 1 – 12 of 12) sorted by relevance

/linux/net/mac80211/tests/
H A Dchan-mode.c88 .supp_mcs.tx_mcs_map =
92 .supp_mcs.tx_mcs_map = cpu_to_le16(0xffff),
H A Dutil.c270 sband->vht_cap.vht_mcs.tx_mcs_map = in t_sdata_init()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c134 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in mwifiex_fill_vht_cap_tlv()
149 vht_cap->supp_mcs.tx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()
H A Dcfg80211.c2892 vht_info->vht_mcs.tx_mcs_map = cpu_to_le16( in mwifiex_setup_vht_caps()
/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c131 .tx_mcs_map = cpu_to_le16(TX_MCS_MAP),
H A Dmac80211_hwsim.c5906 sband->vht_cap.vht_mcs.tx_mcs_map = in mac80211_hwsim_new_radio()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c761 le16_to_cpu(sta->deflink.vht_cap.vht_mcs.tx_mcs_map); in wcn36xx_update_allowed_rates()
1415 vht_cap->vht_mcs.tx_mcs_map = vht_cap->vht_mcs.rx_mcs_map; in wcn36xx_set_ieee80211_vht_caps()
/linux/net/mac80211/
H A Dmlme.c491 sta_tx_mcs_map = le16_to_cpu(sta_vht_cap.vht_mcs.tx_mcs_map); in ieee80211_verify_sta_vht_mcs_support()
5920 u16 tx_mcs_map; in ieee80211_max_rx_chains() local
5923 tx_mcs_map = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in ieee80211_max_rx_chains()
5925 if (((tx_mcs_map >> (2 * (nss - 1))) & 3) != in ieee80211_max_rx_chains()
/linux/net/wireless/
H A Dutil.c2845 if (!(cap->supp_mcs.tx_mcs_map & in ieee80211_get_vht_max_nss()
H A Dnl80211.c5691 u16 tx_mcs_map = le16_to_cpu(sband->vht_cap.vht_mcs.tx_mcs_map); in vht_set_mcs_mask() local
5701 vht_build_mcs_mask(tx_mcs_map, tx_mcs_mask); in vht_set_mcs_mask()
5782 u16 tx_mcs_map = 0; in he_set_mcs_mask() local
5791 tx_mcs_map = he_get_txmcsmap(info, link_id, he_cap); in he_set_mcs_mask()
5794 he_build_mcs_mask(tx_mcs_map, tx_mcs_mask); in he_set_mcs_mask()
6001 vht_tx_mcs_map = le16_to_cpu(sband->vht_cap.vht_mcs.tx_mcs_map); in nl80211_parse_tx_bitrate_mask()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2647 __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map), vht_mcs_mask); in ath10k_peer_assoc_h_vht()
4934 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(mcs_map); in ath10k_create_vht_cap()
8269 u16 vht_mcs_map = le16_to_cpu(sband->vht_cap.vht_mcs.tx_mcs_map); in ath10k_mac_bitrate_mask_get_single_nss()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2477 arg->tx_mcs_set = __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map); in ath12k_peer_assoc_h_vht()
8421 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(txmcs_map); in ath12k_create_vht_cap()
12483 u16 vht_mcs_map = le16_to_cpu(sband->vht_cap.vht_mcs.tx_mcs_map); in ath12k_mac_bitrate_mask_get_single_nss()