Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/realtek/rtl8xxxu/
A Drtl8xxxu_8188e.c1672 ra->pt_smooth_factor = (ra->pt_smooth_factor >> 1) + in rtl8188e_power_training_decision()
1673 (ra->pt_smooth_factor >> 2) + in rtl8188e_power_training_decision()
1675 if (ra->pt_smooth_factor > 192) in rtl8188e_power_training_decision()
1676 ra->pt_smooth_factor = 192; in rtl8188e_power_training_decision()
1677 stage_id = ra->pt_smooth_factor >> 6; in rtl8188e_power_training_decision()
1845 ra->pt_smooth_factor = 192; in rtl8188e_ra_info_init_all()
A Drtl8xxxu.h1430 u8 pt_smooth_factor; member

Completed in 17 milliseconds