Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c62 interval = jiffies_to_msecs(jiffies - sc->rx_active_check_time); in ath_hw_rx_inactive_check()
69 sc->rx_active_check_time = jiffies; in ath_hw_rx_inactive_check()
H A Dath9k.h1020 unsigned long rx_active_check_time; member