Searched refs:tx_fwinfo (Results 1 – 1 of 1) sorted by relevance
1223 struct tx_fwinfo_819x_usb *tx_fwinfo = in rtl8192_tx() local1249 memset(tx_fwinfo, 0, sizeof(struct tx_fwinfo_819x_usb)); in rtl8192_tx()1251 tx_fwinfo->TxHT = (tcb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx()1252 tx_fwinfo->TxRate = MRateToHwRate8190Pci(tcb_desc->data_rate); in rtl8192_tx()1253 tx_fwinfo->EnableCPUDur = tcb_desc->bTxEnableFwCalcDur; in rtl8192_tx()1254 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, in rtl8192_tx()1257 tx_fwinfo->AllowAggregation = 1; in rtl8192_tx()1259 tx_fwinfo->RxMF = tcb_desc->ampdu_factor; in rtl8192_tx()1260 tx_fwinfo->RxAMD = tcb_desc->ampdu_density & 0x07; in rtl8192_tx()1262 tx_fwinfo->AllowAggregation = 0; in rtl8192_tx()[all …]