Lines Matching refs:tx_fwinfo

1223 	struct tx_fwinfo_819x_usb *tx_fwinfo =  in rtl8192_tx()  local
1249 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()
1264 tx_fwinfo->RxMF = 0; in rtl8192_tx()
1265 tx_fwinfo->RxAMD = 0; in rtl8192_tx()
1269 tx_fwinfo->RtsEnable = (tcb_desc->bRTSEnable) ? 1 : 0; in rtl8192_tx()
1270 tx_fwinfo->CtsEnable = (tcb_desc->bCTSEnable) ? 1 : 0; in rtl8192_tx()
1271 tx_fwinfo->RtsSTBC = (tcb_desc->bRTSSTBC) ? 1 : 0; in rtl8192_tx()
1272 tx_fwinfo->RtsHT = (tcb_desc->rts_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1273 tx_fwinfo->RtsRate = MRateToHwRate8190Pci((u8)tcb_desc->rts_rate); in rtl8192_tx()
1274 tx_fwinfo->RtsSubcarrier = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->RTSSC) : 0; in rtl8192_tx()
1275 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()
1276 tx_fwinfo->RtsShort = (tx_fwinfo->RtsHT == 0) ? (tcb_desc->bRTSUseShortPreamble ? 1 : 0) : in rtl8192_tx()
1282 tx_fwinfo->TxBandwidth = 1; in rtl8192_tx()
1284 tx_fwinfo->TxSubCarrier = 0; in rtl8192_tx()
1286 tx_fwinfo->TxBandwidth = 0; in rtl8192_tx()
1287 tx_fwinfo->TxSubCarrier = priv->nCur40MhzPrimeSC; in rtl8192_tx()
1290 tx_fwinfo->TxBandwidth = 0; in rtl8192_tx()
1291 tx_fwinfo->TxSubCarrier = 0; in rtl8192_tx()