Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_main.c1021 local->last_comms_qual_update = jiffies; in prism2_update_comms_qual()
1032 local->last_comms_qual_update = jiffies; in prism2_update_comms_qual()
Dhostap_wlan.h850 unsigned long last_comms_qual_update; member
Dhostap_hw.c2884 if ((local->last_comms_qual_update == 0 || in hostap_tick_timer()
2885 time_after(jiffies, local->last_comms_qual_update + 10 * HZ)) && in hostap_tick_timer()