Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dmac.h47 #define OFDM_PLCP_BITS 22 macro
Dxmit.c22 #define OFDM_PLCP_BITS 22 macro
1077 nbits = (pktlen << 3) + OFDM_PLCP_BITS; in ath_pkt_duration()
1101 bits -= OFDM_PLCP_BITS; in ath_max_framelen()
Dhw.c189 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()
198 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()
205 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()