Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c632 ads->ds_ctl19 = AR_not_sounding; /* set not sounding for normal frame */ in ar9300_set_11n_tx_desc()
637 ads->ds_ctl19 &= ~AR_not_sounding; in ar9300_set_11n_tx_desc()
789 ads->ds_ctl19 = AR_not_sounding; in ar9300_set_11n_rate_scenario()
H A Dar9300desc.h240 #define AR_not_sounding 0x20000000 macro
/freebsd/tools/tools/ath/athalq/
H A Dar9300_ds.c300 MF(txc.ds_ctl19, AR_not_sounding)); in ar9300_decode_txdesc()