Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c1548 tx_fwinfo_819x_usb *tx_fwinfo = in rtl8192_tx() local
1574 memset(tx_fwinfo, 0, sizeof(tx_fwinfo_819x_usb)); in rtl8192_tx()
1576 tx_fwinfo->TxHT = (tcb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1577 tx_fwinfo->TxRate = MRateToHwRate8190Pci(tcb_desc->data_rate); in rtl8192_tx()
1578 tx_fwinfo->EnableCPUDur = tcb_desc->bTxEnableFwCalcDur; in rtl8192_tx()
1579 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, in rtl8192_tx()
1582 tx_fwinfo->AllowAggregation = 1; in rtl8192_tx()
1584 tx_fwinfo->RxMF = tcb_desc->ampdu_factor; in rtl8192_tx()
1585 tx_fwinfo->RxAMD = tcb_desc->ampdu_density & 0x07; in rtl8192_tx()
1587 tx_fwinfo->AllowAggregation = 0; in rtl8192_tx()
[all …]