Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c554 u64 last_beacon_timestamp; member
1533 priv->last_beacon_timestamp = 0; in init_atmel_card()
2716 priv->last_beacon_timestamp = 0; in atmel_enter_state()
3351 if (priv->last_beacon_timestamp) { in atmel_management_frame()
3353 u32 beacon_delay = timestamp - priv->last_beacon_timestamp; in atmel_management_frame()
3358 priv->last_beacon_timestamp = timestamp; in atmel_management_frame()