Home
last modified time | relevance | path

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

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