Searched refs:half_gi (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 831 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local 871 half_gi = (flags & IEEE80211_TX_RC_SHORT_GI) ? 1 : 0; in ath_compute_num_delims() 873 if (half_gi) in ath_compute_num_delims() 1067 * half_gi - to use 4us v/s 3.6 us for symbol time 1070 int width, int half_gi, bool shortPreamble) in ath_pkt_duration() 1081 if (!half_gi) in ath_pkt_duration() 1069 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, int width, int half_gi, bool shortPreamble) ath_pkt_duration() argument
|
H A D | ath9k.h | 594 int width, int half_gi, bool shortPreamble);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 880 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local 920 half_gi = (flags & IEEE80211_TX_RC_SHORT_GI) ? 1 : 0; in ath_compute_num_delims() 922 if (half_gi) in ath_compute_num_delims() 1116 * half_gi - to use 4us v/s 3.6 us for symbol time 1119 int width, int half_gi, bool shortPreamble) in ath_pkt_duration() 1130 if (!half_gi) in ath_pkt_duration() 1118 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, int width, int half_gi, bool shortPreamble) ath_pkt_duration() argument
|
H A D | ath9k.h | 595 int width, int half_gi, bool shortPreamble);
|
Completed in 19 milliseconds