Searched refs:mcs_map_resp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | 11ac.c | 98 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in nxpwifi_fill_vht_cap_tlv() local 106 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in nxpwifi_fill_vht_cap_tlv() 111 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in nxpwifi_fill_vht_cap_tlv() 129 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in nxpwifi_fill_vht_cap_tlv() 134 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in nxpwifi_fill_vht_cap_tlv()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11ac.c | 103 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in mwifiex_fill_vht_cap_tlv() local 111 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_fill_vht_cap_tlv() 116 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv() 134 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in mwifiex_fill_vht_cap_tlv() 139 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
|
| H A D | tdls.c | 244 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in mwifiex_tdls_add_vht_oper() local 316 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_tdls_add_vht_oper() 321 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_tdls_add_vht_oper()
|