wlan: Address timer leaks due to 64 bit compatibility issues

On driver unload the timers created are destroyed if "wdaTimersCreated"
is set to TRUE. The pointer operations on variable "VosPacketToFree"
by type casting it to pointer of type uintptr_t corrupts "wdaTimersCreated"
variable results in timer leak.

To mitigate this issue change the data type of variable "VosPacketToFree"
from v_U32_t to uintptr_t.

Change-Id: I37861b706895aa3d8b22cbfca7dacbe1a8a5eb80
CRs-Fixed: 758122
1 file changed
tree: 036474bcdfa3e8460ae716704faccb24d2a23116
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig
  7. Makefile