Searched refs:HAL_TXDESC_RTSENA (Results 1 – 2 of 2) sorted by relevance
826 flags |= HAL_TXDESC_RTSENA; /* RTS based on frame length */ in ath_tx_start()848 if (flags & (HAL_TXDESC_RTSENA|HAL_TXDESC_CTSENA)) { in ath_tx_start()864 if (flags & HAL_TXDESC_RTSENA) { /* SIFS + CTS */ in ath_tx_start()
128 #define HAL_TXDESC_RTSENA 0x0004 /* enable RTS */ macro