Browse Source

qcacld-3.0: Remove reachable QDF_BUG(0) in wma_vdev_start_resp_handler

While handling the WMI_VDEV_START_RESP_EVENTID WMI FW event a reachable
QDF_BUG() can occur, because the message coming from out is not
reliable.

Change-Id: I9a142152a5d65e8fa25590eac1bc63279a1de4ba
CRs-Fixed: 2321490
Will Huang 6 years ago
parent
commit
7b39e19a60
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/wma/src/wma_dev_if.c

+ 0 - 1
core/wma/src/wma_dev_if.c

@@ -1187,7 +1187,6 @@ int wma_vdev_start_resp_handler(void *handle, uint8_t *cmd_param_info,
 			if (resp_event->pdev_id == WMI_PDEV_ID_SOC) {
 				WMA_LOGE("%s: soc level id received for mac id",
 					__func__);
-				QDF_BUG(0);
 				return -EINVAL;
 			}
 			wma->interfaces[resp_event->vdev_id].mac_id =