Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h146 u8 RtsHT:1; member
Dr8192E_dev.c1214 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0; in rtl92e_fill_tx_desc()
1218 pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ? in rtl92e_fill_tx_desc()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U.h285 u8 RtsHT:1; member
Dr8192U_core.c1597 tx_fwinfo->RtsHT = (tcb_desc->rts_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1599 tx_fwinfo->RtsSubcarrier = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->RTSSC) : 0; in rtl8192_tx()
1600 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()
1601 tx_fwinfo->RtsShort = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->bRTSUseShortPreamble ? 1 : 0) : in rtl8192_tx()