Skip to content
Snippets Groups Projects
Commit ab88436b authored by Srinivas Girigowda's avatar Srinivas Girigowda Committed by Kumar Anand
Browse files

qcacld-2.0: Block tx path when recovery is set


There might be scenario when NET_TX is preempted by
irq context and context is resumed when recovery flag is set.
Resumed context will try to enqueue data packet in invalid
state and can result to  invalid HW access.

To mitigate this problem check for recovery flag and return
the context gracefully.

Change-Id: I6d58875e1f3d668984f76936a7e304fe68279c47
CRs-Fixed: 2252943
Bug: 80160768
Signed-off-by: default avatarSrinivas Girigowda <sgirigow@codeaurora.org>
parent 6bd2af6e
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment