Searched refs:TxHT (Results 1 – 5 of 5) sorted by relevance
30 u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc);
186 u8 TxHT:1; member213 u8 TxHT:1; member
1193 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx_fill_desc()1196 pTxFwInfo->Short = rtl8192_QueryIsShort(pTxFwInfo->TxHT, in rtl8192_tx_fill_desc()2400 u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc) in rtl8192_QueryIsShort() argument2404 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in rtl8192_QueryIsShort()2406 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in rtl8192_QueryIsShort()
1467 static u8 QueryIsShort(u8 TxHT, u8 TxRate, cb_desc *tcb_desc) in QueryIsShort() argument1471 …tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : ((tcb_desc->bUseShortPreamble) ? 1 :… in QueryIsShort()1473 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in QueryIsShort()1520 tx_fwinfo->TxHT = (tcb_desc->data_rate&0x80) ? 1 : 0; in rtl8192_tx()1523 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, tcb_desc); in rtl8192_tx()
311 u8 TxHT:1; member