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

/linux-master/net/mac80211/
H A Dutil.c3298 mactime_plcp_start = (status->flag & RX_FLAG_MACTIME) ==
3428 if ((status->flag & RX_FLAG_MACTIME) == RX_FLAG_MACTIME_END)
H A Dieee80211_i.h1805 return status->flag & RX_FLAG_MACTIME;
/linux-master/include/net/
H A Dmac80211.h1382 * @RX_FLAG_MACTIME: The timestamp passed in the RX status (@mactime
1397 * %RX_FLAG_MACTIME as unset. Also note that in this case the timestamp is
1483 RX_FLAG_MACTIME = BIT(16) | BIT(17), enumerator in enum:mac80211_rx_flags
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1298 status->flag &= ~RX_FLAG_MACTIME;

Completed in 294 milliseconds