Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ath/
H A Dath_main.c826 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()
H A Dath_hal.h128 #define HAL_TXDESC_RTSENA 0x0004 /* enable RTS */ macro