Home
last modified time | relevance | path

Searched refs:RtsShort (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h125 u8 RtsShort:1; member
H A Dr8192E_dev.c966 pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ? in rtl92e_fill_tx_desc()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U.h258 u8 RtsShort:1; /* Short PLCP for CCK or short GI for 11n MCS */ member
H A Dr8192U_core.c1276 tx_fwinfo->RtsShort = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->bRTSUseShortPreamble ? 1 : 0) : in rtl8192_tx()