29657b28c0be88d124916155a23d303681c7c24c

The qdf_mem_set API is used incorrectly in a few instances inside wmi_unified_non_tlv.c The argument list is - <pointer to address, size, value> However, some places, it is sent as - <pointer to addr, value, size> This change fixes such incorrect function calls to qdf_mem_set(). Change-Id: Id50136f630022b1fdeaddbdefcad9f637f917e9e CRs-Fixed: 1048504
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%