Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h136 u8 RtsHT:1; member
Dr8192E_dev.c1072 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0; in rtl92e_fill_tx_desc()
1076 pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ? in rtl92e_fill_tx_desc()
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U.h257 u8 RtsHT:1; member
Dr8192U_core.c1272 tx_fwinfo->RtsHT = (tcb_desc->rts_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1274 tx_fwinfo->RtsSubcarrier = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->RTSSC) : 0; in rtl8192_tx()
1275 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()
1276 tx_fwinfo->RtsShort = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->bRTSUseShortPreamble ? 1 : 0) : in rtl8192_tx()