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:

committed by
nshrivas

父節點
1de3d3ddf3
當前提交
1f64b2453e
@@ -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);
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user