wlan: correct symbol missing error for 32bit targets

For optimizing division, compiler replace '/' operator by
__aeabi_uldivmod() API, this API is not exported in 32 bit
targets and cause module loading error at run time.

Add changes to replace division operator by do_div() API.

CRs-Fixed: 1040602
Change-Id: I2ee99dcb96f4bda2d93d467200264334fa69bdf3
1 file changed
tree: 3c333553c7a9d3eefae8b75dd285e261e26d5c82
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig
  7. Makefile