Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4748735f authored by Dundi Raviteja's avatar Dundi Raviteja
Browse files

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
parent 845e965d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment