Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/hostap/
Dhostap_main.c1009 local->last_comms_qual_update = jiffies; in prism2_update_comms_qual()
1020 local->last_comms_qual_update = jiffies; in prism2_update_comms_qual()
Dhostap_wlan.h854 unsigned long last_comms_qual_update; member
Dhostap_hw.c2868 if ((local->last_comms_qual_update == 0 || in hostap_tick_timer()
2869 time_after(jiffies, local->last_comms_qual_update + 10 * HZ)) && in hostap_tick_timer()