Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1494 tx_fwinfo_819x_usb *tx_fwinfo = (tx_fwinfo_819x_usb *)(skb->data + USB_HWDESC_HEADER_LEN); in rtl8192_tx() local
1518 memset(tx_fwinfo, 0, sizeof(tx_fwinfo_819x_usb)); in rtl8192_tx()
1520 tx_fwinfo->TxHT = (tcb_desc->data_rate&0x80) ? 1 : 0; in rtl8192_tx()
1521 tx_fwinfo->TxRate = MRateToHwRate8190Pci(tcb_desc->data_rate); in rtl8192_tx()
1522 tx_fwinfo->EnableCPUDur = tcb_desc->bTxEnableFwCalcDur; in rtl8192_tx()
1523 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, tcb_desc); in rtl8192_tx()
1525 tx_fwinfo->AllowAggregation = 1; in rtl8192_tx()
1527 tx_fwinfo->RxMF = tcb_desc->ampdu_factor; in rtl8192_tx()
1528 tx_fwinfo->RxAMD = tcb_desc->ampdu_density&0x07;//ampdudensity in rtl8192_tx()
1530 tx_fwinfo->AllowAggregation = 0; in rtl8192_tx()
[all …]
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h181 struct tx_fwinfo { struct