Home
last modified time | relevance | path

Searched refs:HAL_TXDESC_LDPC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h270 #define HAL_TXDESC_LDPC 0x1000 /* Set LDPC TX for all rates */ macro
/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c377 bf->bf_state.bfs_txflags |= HAL_TXDESC_LDPC; in ath_tx_rate_fill_rcflags()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c629 SM(key_type, AR_encr_type) | (flags & HAL_TXDESC_LDPC ? AR_ldpc : 0); in ar9300_set_11n_tx_desc()