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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dxmit.c797 int width, streams, half_gi, ndelim, mindelim; ath_compute_num_delims() local
837 half_gi = (flags & IEEE80211_TX_RC_SHORT_GI) ? 1 : 0; ath_compute_num_delims()
839 if (half_gi) ath_compute_num_delims()
1025 * half_gi - to use 4us v/s 3.6 us for symbol time
1028 int width, int half_gi, bool shortPreamble) ath_pkt_duration()
1039 if (!half_gi) ath_pkt_duration()
1027 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, int width, int half_gi, bool shortPreamble) ath_pkt_duration() argument

Completed in 76 milliseconds