Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
Dr92c_tx.c180 txd->txdw5 |= htole32(R92C_TXDW5_SGI); in r92c_tx_set_sgi()
185 txd->txdw5 |= htole32(R92C_TXDW5_SGI); in r92c_tx_set_sgi()
436 if (txd->txdw5 & htole32(R92C_TXDW5_SGI)) in r92c_tx_radiotap_flags()
Dr92c_tx_desc.h96 #define R92C_TXDW5_SGI 0x00000040 macro