瀏覽代碼

qcacld-3.0: protect mgmt flow in SSR case

qcacld-2.0 to qcacld-3.0 propagation

Fix the race condition, between 2 kernel worker threads
while shutdown is in progress.

Change-Id: I6e71ae55c57dac8c2adb36167783615e218cb481
CRs-Fixed: 834362
Mukul Sharma 8 年之前
父節點
當前提交
80edc7843e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      core/wma/src/wma_mgmt.c

+ 5 - 0
core/wma/src/wma_mgmt.c

@@ -3140,6 +3140,11 @@ static int wma_mgmt_rx_process(void *handle, uint8_t *data,
 		return -EINVAL;
 	}
 
+	if (cds_is_driver_recovering()) {
+		WMA_LOGW(FL("Recovery in progress"));
+		return -EINVAL;
+	}
+
 	qdf_mem_zero(rx_pkt, sizeof(*rx_pkt));
 
 	/*