Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c31 #define SYMBOL_TIME_HALFGI(_ns) (((_ns) * 18 + 4) / 5) /* ns * 3.6 us */ macro
1084 duration = SYMBOL_TIME_HALFGI(nsymbols); in ath_pkt_duration()