qcacmn: Add cache-set-num in HKv2 Tx path
Add the infrastructure to add cache-set-num field in tx descriptor of HKv2. Change-Id: Iec9423c3c90f868341b56ced795cd0bb73c9766a
This commit is contained in:

committed by
nshrivas

parent
09837d28a2
commit
4ee1b5e28d
@@ -1108,6 +1108,8 @@ static QDF_STATUS dp_tx_hw_enqueue(struct dp_soc *soc, struct dp_vdev *vdev,
|
||||
vdev->dscp_tid_map_id);
|
||||
hal_tx_desc_set_encrypt_type(hal_tx_desc_cached,
|
||||
sec_type_map[sec_type]);
|
||||
hal_tx_desc_set_cache_set_num(soc->hal_soc, hal_tx_desc_cached,
|
||||
(vdev->bss_ast_hash & 0xF));
|
||||
|
||||
dp_verbose_debug("length:%d , type = %d, dma_addr %llx, offset %d desc id %u",
|
||||
length, type, (uint64_t)dma_addr,
|
||||
|
Reference in New Issue
Block a user