Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_core.c1421 struct tx_fwinfo_819x_usb *tx_fwinfo = in rtl8192_tx() local
1447 memset(tx_fwinfo, 0, sizeof(struct tx_fwinfo_819x_usb)); in rtl8192_tx()
1449 tx_fwinfo->TxHT = (tcb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1450 tx_fwinfo->TxRate = MRateToHwRate8190Pci(tcb_desc->data_rate); in rtl8192_tx()
1451 tx_fwinfo->EnableCPUDur = tcb_desc->bTxEnableFwCalcDur; in rtl8192_tx()
1452 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, in rtl8192_tx()
1455 tx_fwinfo->AllowAggregation = 1; in rtl8192_tx()
1457 tx_fwinfo->RxMF = tcb_desc->ampdu_factor; in rtl8192_tx()
1458 tx_fwinfo->RxAMD = tcb_desc->ampdu_density & 0x07; in rtl8192_tx()
1460 tx_fwinfo->AllowAggregation = 0; in rtl8192_tx()
[all …]