qcacmn: Change to clean up of void pointers
Add code to cleanup usages of void pointer usages in DP code. Change-Id: I0736bcc0a547d858ed02f1ee59084a44e5fe4bec CRs-Fixed: 2487249
This commit is contained in:
@@ -345,8 +345,10 @@ void hal_rx_mon_next_link_desc_get(void *rx_msdu_link_desc,
|
||||
* Return: void
|
||||
*/
|
||||
|
||||
static inline void hal_rx_mon_msdu_link_desc_set(struct hal_soc *soc,
|
||||
void *src_srng_desc, void *buf_addr_info)
|
||||
static inline
|
||||
void hal_rx_mon_msdu_link_desc_set(hal_soc_handle_t hal_soc_hdl,
|
||||
void *src_srng_desc,
|
||||
void *buf_addr_info)
|
||||
{
|
||||
struct buffer_addr_info *wbm_srng_buffer_addr_info =
|
||||
(struct buffer_addr_info *)src_srng_desc;
|
||||
|
Reference in New Issue
Block a user