Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c301 rc[i].flags |= ATH_RC_SGI_FLAG; in ath_tx_rate_fill_rcflags()
307 rc[i].flags |= ATH_RC_SGI_FLAG; in ath_tx_rate_fill_rcflags()
349 if (rc[i].flags & ATH_RC_SGI_FLAG) in ath_tx_rate_fill_rcflags()
354 if (rc[i].flags & ATH_RC_SGI_FLAG) in ath_tx_rate_fill_rcflags()
482 half_gi = !! (flags & ATH_RC_SGI_FLAG); in ath_compute_num_delims()
655 if (rc[i].flags & ATH_RC_SGI_FLAG) in ath_rateseries_setup()
H A Dif_athrate.h84 #define ATH_RC_SGI_FLAG 0x04 /* use short-GI */ macro