Searched refs:RtsHT (Results 1 – 4 of 4) sorted by relevance
192 u8 RtsHT:1; member219 u8 RtsHT:1; member
1215 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0; in rtl8192_tx_fill_desc()1219 pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ? in rtl8192_tx_fill_desc()
318 u8 RtsHT:1; member
1540 tx_fwinfo->RtsHT = (tcb_desc->rts_rate&0x80) ? 1 : 0; in rtl8192_tx()1542 tx_fwinfo->RtsSubcarrier = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->RTSSC) : 0; in rtl8192_tx()1543 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()1544 tx_fwinfo->RtsShort = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->bRTSUseShortPreamble ? 1 : 0) : in rtl8192_tx()