Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c616 ret = ath11k_wmi_pdev_set_param(ar, param, in ath11k_mac_txpower_recalc()
626 ret = ath11k_wmi_pdev_set_param(ar, param, in ath11k_mac_txpower_recalc()
686 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_STA_KICKOUT_TH, in ath11k_mac_set_kickout()
1898 ret = ath11k_wmi_pdev_set_param(ar, param_id, in ath11k_mac_op_bss_info_changed()
3875 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_TX_CHAIN_MASK, in __ath11k_set_antenna()
3885 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_RX_CHAIN_MASK, in __ath11k_set_antenna()
4180 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_PMF_QOS, in ath11k_mac_op_start()
4188 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_DYNAMIC_BW, 1, in ath11k_mac_op_start()
4195 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_ARP_AC_OVERRIDE, in ath11k_mac_op_start()
4217 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_MESH_MCAST_ENABLE, in ath11k_mac_op_start()
[all …]
H A Dwmi.h5020 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
H A Dwmi.c1191 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id, in ath11k_wmi_pdev_set_param() function