Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah_desc.h267 #define HAL_TXDESC_EXT_AND_CTL 0x0100 /* send on ext + ctl channels (11n) */ macro
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit_ds.c626 | (flags & HAL_TXDESC_EXT_AND_CTL ? AR_ext_and_ctl : 0); in ar9300_set_11n_tx_desc()