Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_wlan.h849 unsigned long last_tick_timer; member
H A Dhostap_hw.c2531 if (time_after(jiffies, local->last_tick_timer + 5 * HZ) && in prism2_ev_tick()
2532 local->last_tick_timer) { in prism2_ev_tick()
2856 local->last_tick_timer = jiffies; in hostap_tick_timer()