qcacmn: Add field to return Lmac ring start ID

Return LMAC start id also as part of hal_get_meminfo API.
This field is added to hal_mem_info struct.

Change-Id: I013d357cf4337702c06a91ed15e8337469865270
This commit is contained in:
nobelj
2021-05-19 08:27:23 -07:00
committed by Madan Koyyalamudi
parent 971db896f1
commit 8a11583471
2 changed files with 3 additions and 0 deletions

View File

@@ -951,6 +951,8 @@ struct hal_mem_info {
void *shadow_wrptr_mem_vaddr;
/* Shared physical memory for ring pointer updates from host to FW */
void *shadow_wrptr_mem_paddr;
/* lmac srng start id */
uint8_t lmac_srng_start_id;
};
/* SRNG parameters to be passed to hal_srng_setup */