Searched refs:TxHT (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_def.h | 186 u8 TxHT:1; member 213 u8 TxHT:1; member
|
D | r8192E_dev.h | 30 u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc);
|
D | r8192E_dev.c | 1179 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx_fill_desc() 1182 pTxFwInfo->Short = rtl8192_QueryIsShort(pTxFwInfo->TxHT, in rtl8192_tx_fill_desc() 2382 u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc) in rtl8192_QueryIsShort() argument 2386 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in rtl8192_QueryIsShort() 2388 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in rtl8192_QueryIsShort()
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1218 u8 QueryIsShort(u8 TxHT, u8 TxRate, cb_desc *tcb_desc); 1279 tx_fwinfo->TxHT = (tcb_desc->data_rate&0x80)?1:0; in DrvAggr_Aggregation() 1282 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, tcb_desc); in DrvAggr_Aggregation() 1912 u8 QueryIsShort(u8 TxHT, u8 TxRate, cb_desc *tcb_desc) in QueryIsShort() argument 1916 tmp_Short = (TxHT==1)?((tcb_desc->bUseShortGI)?1:0):((tcb_desc->bUseShortPreamble)?1:0); in QueryIsShort() 1918 if(TxHT==1 && TxRate != DESC90_RATEMCS15) in QueryIsShort() 1968 tx_fwinfo->TxHT = (tcb_desc->data_rate&0x80)?1:0; in rtl8192_tx() 1971 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, tcb_desc); in rtl8192_tx()
|
D | r8192U.h | 319 u8 TxHT:1; member
|