Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c3347 s8 non_srg_th = 0, srg_th = 0; in ath11k_mac_config_obss_pd() local
3371 non_srg_th = ATH11K_OBSS_PD_MAX_THRESHOLD; in ath11k_mac_config_obss_pd()
3374 non_srg_th = (ATH11K_OBSS_PD_MAX_THRESHOLD + in ath11k_mac_config_obss_pd()
3377 non_srg_th = ATH11K_OBSS_PD_NON_SRG_MAX_THRESHOLD; in ath11k_mac_config_obss_pd()
3392 non_srg_th -= ATH11K_DEFAULT_NOISE_FLOOR; in ath11k_mac_config_obss_pd()
3398 param_val |= (non_srg_th & GENMASK(7, 0)); in ath11k_mac_config_obss_pd()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4547 obss_pd_arg.non_srg_th = ATH12K_OBSS_PD_MAX_THRESHOLD + in ath12k_mac_config_obss_pd()
4550 obss_pd_arg.non_srg_th = ATH12K_OBSS_PD_NON_SRG_MAX_THRESHOLD; in ath12k_mac_config_obss_pd()
4553 obss_pd_arg.non_srg_th -= ATH12K_DEFAULT_NOISE_FLOOR; in ath12k_mac_config_obss_pd()
4567 obss_pd_arg.srg_th, obss_pd_arg.non_srg_th); in ath12k_mac_config_obss_pd()
H A Dwmi.h6363 s8 non_srg_th; member
H A Dwmi.c3576 param_val |= u32_encode_bits((u8)arg->non_srg_th, GENMASK(7, 0)); in ath12k_wmi_build_obss_pd()