summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/wma/src/wma_main.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/wma/src/wma_main.c b/core/wma/src/wma_main.c
index a5ff14aa7429..c5eeb84165e7 100644
--- a/core/wma/src/wma_main.c
+++ b/core/wma/src/wma_main.c
@@ -3257,8 +3257,7 @@ static int wma_pdev_set_hw_mode_resp_evt_handler(void *handle,
pdev_id = vdev_mac_entry[i].pdev_id;
if (pdev_id == WMI_PDEV_ID_SOC) {
WMA_LOGE("%s: soc level id received for mac id)",
- __func__);
- QDF_BUG(0);
+ __func__);
goto fail;
}
if (vdev_id >= wma->max_bssid) {
@@ -3350,8 +3349,7 @@ void wma_process_pdev_hw_mode_trans_ind(void *handle,
if (pdev_id == WMI_PDEV_ID_SOC) {
WMA_LOGE("%s: soc level id received for mac id)",
- __func__);
- QDF_BUG(0);
+ __func__);
return;
}
if (vdev_id >= wma->max_bssid) {