Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dchannel.c423 if (avp->noa_duration && tsf_time - avp->noa_start > BIT(30)) in ath_chanctx_event()
434 avp->noa_start = tsf_time; in ath_chanctx_event()
453 avp->noa_start, in ath_chanctx_event()
1343 noa->desc[i].start_time = cpu_to_le32(avp->noa_start); in ath9k_beacon_add_noa()
Dath9k.h618 u32 noa_start; member