Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h136 u8 RtsHT:1; member
Dr8192E_dev.c1196 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0; in rtl92e_fill_tx_desc()
1200 pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ? in rtl92e_fill_tx_desc()
/Linux-v5.10/drivers/staging/rtl8192u/
Dr8192U.h257 u8 RtsHT:1; member
Dr8192U_core.c1450 tx_fwinfo->RtsHT = (tcb_desc->rts_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1452 tx_fwinfo->RtsSubcarrier = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->RTSSC) : 0; in rtl8192_tx()
1453 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()
1454 tx_fwinfo->RtsShort = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->bRTSUseShortPreamble ? 1 : 0) : in rtl8192_tx()