Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah_desc.h279 #define HAL_TXDESC_EXT_ONLY 0x0080 /* send on ext channel only (11n) */ macro
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit_ds.c617 | (flags & HAL_TXDESC_EXT_ONLY ? AR_ext_only : 0) in ar9300_set_11n_tx_desc()