Loading
msm: ipa: lock the TX queue during state update
The netif_stop_queue calls on data path are protected by the
TX queue lock but the netif_wake_queue calls are not. Add
locking on these wake operations to prevent race conditions
on SMP.
Change-Id: Ibb8b04790944c7b969c214ce5359655e2f7e4176
Signed-off-by:
Ravi Gummadidala <rgummadi@codeaurora.org>