Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dwmi.c808 .mcast2ucast_set = WMI_VDEV_PARAM_UNSUPPORTED,
815 WMI_VDEV_PARAM_UNSUPPORTED,
816 .rc_num_retries = WMI_VDEV_PARAM_UNSUPPORTED,
817 .cabq_maxdur = WMI_VDEV_PARAM_UNSUPPORTED,
818 .mfptest_set = WMI_VDEV_PARAM_UNSUPPORTED,
819 .rts_fixed_rate = WMI_VDEV_PARAM_UNSUPPORTED,
820 .vht_sgimask = WMI_VDEV_PARAM_UNSUPPORTED,
821 .vht80_ratemask = WMI_VDEV_PARAM_UNSUPPORTED,
822 .early_rx_adjust_enable = WMI_VDEV_PARAM_UNSUPPORTED,
823 .early_rx_tgt_bmiss_num = WMI_VDEV_PARAM_UNSUPPORTED,
[all …]
Dwmi-tlv.c4500 .rc_num_retries = WMI_VDEV_PARAM_UNSUPPORTED,
4501 .cabq_maxdur = WMI_VDEV_PARAM_UNSUPPORTED,
4502 .mfptest_set = WMI_VDEV_PARAM_UNSUPPORTED,
4503 .rts_fixed_rate = WMI_VDEV_PARAM_UNSUPPORTED,
4504 .vht_sgimask = WMI_VDEV_PARAM_UNSUPPORTED,
4505 .vht80_ratemask = WMI_VDEV_PARAM_UNSUPPORTED,
4506 .early_rx_adjust_enable = WMI_VDEV_PARAM_UNSUPPORTED,
4507 .early_rx_tgt_bmiss_num = WMI_VDEV_PARAM_UNSUPPORTED,
4508 .early_rx_bmiss_sample_cycle = WMI_VDEV_PARAM_UNSUPPORTED,
4509 .early_rx_slop_step = WMI_VDEV_PARAM_UNSUPPORTED,
[all …]
Dmac.c2866 if (WARN_ON(param == WMI_VDEV_PARAM_UNSUPPORTED)) in ath10k_mac_vif_recalc_txbf()
5504 ar->wmi.vdev_param->tx_encap_type == WMI_VDEV_PARAM_UNSUPPORTED || in ath10k_update_vif_offload()
10100 WMI_VDEV_PARAM_UNSUPPORTED) in ath10k_mac_register()
Dwmi.h5205 #define WMI_VDEV_PARAM_UNSUPPORTED 0 macro