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

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c201 u16 beacon_diff; local
269 beacon_diff = (long)jiffies - (long)rt2x00dev->last_beacon;
272 if (beacon_diff > beacon_int)
273 beacon_diff = 0;
275 autowake_timeout = (conf->ps_dtim_period * beacon_int) - beacon_diff;

Completed in 112 milliseconds