Searched refs:TxHT (Results 1 – 4 of 4) sorted by relevance
140 u8 TxHT:1; member
1172 static u8 _rtl92e_query_is_short(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc) in _rtl92e_query_is_short() argument1176 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in _rtl92e_query_is_short()1178 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in _rtl92e_query_is_short()1193 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl92e_fill_tx_desc()1196 pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT, in rtl92e_fill_tx_desc()
278 u8 TxHT:1; member
1520 static u8 QueryIsShort(u8 TxHT, u8 TxRate, cb_desc *tcb_desc) in QueryIsShort() argument1524 tmp_Short = (TxHT == 1) ? in QueryIsShort()1528 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in QueryIsShort()1576 tx_fwinfo->TxHT = (tcb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx()1579 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, in rtl8192_tx()