wlan: TL pending data buff handling is 64-bit clean.

vosPendingDataBuff is updated atomically by calling
vos_atomic_set_U32 but when compiling for 64-Bit this is giving
errors because of direct typecasting from struct pointer to
integer.

New vos_atomic_set API is implemented and vosPendingDataBuff
will now be modified using the new API

Change-Id: I81c53fd3258f2cda283a2e6c4b8b93a71b5d5cc3
CRs-Fixed: 573475.
1 file changed
tree: 99c9075bbbf69b3a09364850e3167e93b234b37e
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig