android_kernel_xiaomi_sm8350/core/dp/txrx3.0
Jingxiang Ge 9a4d95c3fd qcacld-3.0: Fix dp_rx_thread hang issue
Issue happens as below scenaio:
1 suspend happens, but dp_rx_thread didn't finish in time,
  so timeout happens for suspend_event, here suspend will
  return success to kernel.
2 resume happens before dp_rx_thread to reset resume_event,
  and resume finished.
3 if dp_rx_thread finished and blocking with resume_event,
  and in following test, suspend didn't come(longer then
  hang detect time).
4 hang detect will alarm.

Fix is to return failure if dp_rx_thread can't be suspend
in time. Suspend can triger again later.

Change-Id: Ifbfdef5bb1c8d6e00b8fa5cc5e6dc74d3495c9ea
CRs-Fixed: 2626468
2020-02-24 00:20:35 -08:00
..
dp_fisa_rx.c qcacld-3.0: Get the required FISA TLVs back in fisa handling 2020-02-20 06:39:07 -08:00
dp_fisa_rx.h qcacld-3.0: Add logic to learn and program the flow in to FT 2020-02-12 11:55:58 -08:00
dp_rx_fst.c qcacld-3.0: Allocate and initialize the FST for FISA 2020-02-12 11:55:44 -08:00
dp_rx_thread.c qcacld-3.0: Fix dp_rx_thread hang issue 2020-02-24 00:20:35 -08:00
dp_rx_thread.h qcacld-3.0: Fix dp_rx_thread hang issue 2020-02-24 00:20:35 -08:00
dp_txrx.c qcacld-3.0: Use pdev_id instead of global dp handle 2019-10-24 21:41:42 -07:00
dp_txrx.h qcacld-3.0: Add support to flush rx packets for a vdev 2019-11-01 00:17:18 -07:00