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

/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h192 u8 RtsHT:1; member in struct:tx_fwinfo
219 u8 RtsHT:1; member in struct:tx_fwinfo_8190pci
H A Dr8192E_dev.c1211 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0;
1215 pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ?
/drivers/staging/rtl8192u/
H A Dr8192U.h320 u8 RtsHT:1; member in struct:_tx_fwinfo_819x_usb
H A Dr8192U_core.c1544 tx_fwinfo->RtsHT = (tcb_desc->rts_rate&0x80) ? 1 : 0;
1546 tx_fwinfo->RtsSubcarrier = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->RTSSC) : 0;
1547 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0;
1548 tx_fwinfo->RtsShort = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->bRTSUseShortPreamble ? 1 : 0) :

Completed in 88 milliseconds