Searched refs:txrx_streams (Results 1 – 1 of 1) sorted by relevance
623 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local633 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()651 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()658 txrx_streams = ptr; in ath11k_wmi_vdev_create()659 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()660 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()663 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()664 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()666 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()669 txrx_streams++; in ath11k_wmi_vdev_create()[all …]