Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c1012 wmi_vdev_txrx_streams *txrx_streams; in send_vdev_create_cmd_tlv() local
1014 len += (num_bands * sizeof(*txrx_streams) + WMI_TLV_HDR_SIZE); in send_vdev_create_cmd_tlv()
1050 txrx_streams = (wmi_vdev_txrx_streams *)buf_ptr; in send_vdev_create_cmd_tlv()
1051 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in send_vdev_create_cmd_tlv()
1052 txrx_streams->supported_tx_streams = param->nss_2g; in send_vdev_create_cmd_tlv()
1053 txrx_streams->supported_rx_streams = param->nss_2g; in send_vdev_create_cmd_tlv()
1054 WMITLV_SET_HDR(&txrx_streams->tlv_header, in send_vdev_create_cmd_tlv()
1058 txrx_streams++; in send_vdev_create_cmd_tlv()
1059 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in send_vdev_create_cmd_tlv()
1060 txrx_streams->supported_tx_streams = param->nss_5g; in send_vdev_create_cmd_tlv()
[all …]