Home
last modified time | relevance | path

Searched refs:TxHT (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.h30 u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc);
Dr8190P_def.h186 u8 TxHT:1; member
213 u8 TxHT:1; member
Dr8192E_dev.c1193 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() argument
2404 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in rtl8192_QueryIsShort()
2406 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in rtl8192_QueryIsShort()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1467 static u8 QueryIsShort(u8 TxHT, u8 TxRate, cb_desc *tcb_desc) in QueryIsShort() argument
1471 …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()
Dr8192U.h311 u8 TxHT:1; member