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
父節點 1de3d3ddf3
當前提交 1f64b2453e
共有 4 個文件被更改,包括 8 次插入3 次删除

查看文件

@@ -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);
}
/*---------------------------------------------------------------------------