Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_desc.h282 #define HAL_TXDESC_LOWRXCHAIN 0x0400 /* switch to low RX chain */ macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c611 | (flags & HAL_TXDESC_LOWRXCHAIN ? AR_low_rx_chain : 0); in ar9300_set_11n_tx_desc()