wlan: use irq API's to acquire spin lock

data_queue_lock is called in interrupt context and thread context,
there can be a spinlock recursion if thread context acquires lock
first and then interrupt context tries to acquire lock.

To address this use irq API's spin_lock_irq() and spin_unlock_irq().

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