qcacmn: in tx path set the lmac_id from wlancfg

in tx path set the lmac_id in the tx descriptor
from wlancfg

Change-Id: Ib7f355983142564500a20daa1f0eef41808df449
CRs-fixed: 2320597
This commit is contained in:
Chaithanya Garrepalli
2018-09-21 22:50:23 +05:30
committed by nshrivas
szülő 1de3d3ddf3
commit 1f64b2453e
4 fájl változott, egészen pontosan 8 új sor hozzáadva és 3 régi sor törölve

Fájl megtekintése

@@ -461,7 +461,7 @@ static inline void hal_tx_desc_sync(void *hal_tx_desc_cached,
void *hw_desc)
{
qdf_mem_copy((hw_desc + sizeof(struct tlv_32_hdr)),
hal_tx_desc_cached, 20);
hal_tx_desc_cached, HAL_TX_DESC_LEN_BYTES);
}
/*---------------------------------------------------------------------------