Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/
HDah_desc.h283 #define HAL_TXDESC_LDPC 0x1000 macro
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit_ds.c616 SM(key_type, AR_encr_type) | (flags & HAL_TXDESC_LDPC ? AR_ldpc : 0); in ar9300_set_11n_tx_desc()