Home
last modified time | relevance | path

Searched refs:hop_dwell (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dray_cs.c121 static int hop_dwell = 128; variable
163 module_param(hop_dwell, int, 0);
601 i = (hop_dwell * 1024) & 0xffffff; in init_startup_params()
606 ((beacon_period / hop_dwell) - 1) & 0xff; in init_startup_params()
618 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
619 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dray_cs.c121 static int hop_dwell = 128; variable
163 module_param(hop_dwell, int, 0);
597 i = (hop_dwell * 1024) & 0xffffff; in init_startup_params()
602 ((beacon_period / hop_dwell) - 1) & 0xff; in init_startup_params()
614 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
615 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()

Completed in 8 milliseconds