Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h266 #define HAL_TXDESC_EXT_ONLY 0x0080 /* send on ext channel only (11n) */ macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c625 | (flags & HAL_TXDESC_EXT_ONLY ? AR_ext_only : 0) in ar9300_set_11n_tx_desc()