Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c1466 struct tx_fwinfo_819x_usb *tx_fwinfo = in rtl8192_tx() local
1492 memset(tx_fwinfo, 0, sizeof(struct tx_fwinfo_819x_usb)); in rtl8192_tx()
1494 tx_fwinfo->TxHT = (tcb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1495 tx_fwinfo->TxRate = MRateToHwRate8190Pci(tcb_desc->data_rate); in rtl8192_tx()
1496 tx_fwinfo->EnableCPUDur = tcb_desc->bTxEnableFwCalcDur; in rtl8192_tx()
1497 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, in rtl8192_tx()
1500 tx_fwinfo->AllowAggregation = 1; in rtl8192_tx()
1502 tx_fwinfo->RxMF = tcb_desc->ampdu_factor; in rtl8192_tx()
1503 tx_fwinfo->RxAMD = tcb_desc->ampdu_density & 0x07; in rtl8192_tx()
1505 tx_fwinfo->AllowAggregation = 0; in rtl8192_tx()
[all …]