diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index 62132ce2a4..72c3fce759 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/core/hdd/src/wlan_hdd_main.c @@ -3993,6 +3993,11 @@ static void __hdd_set_multicast_list(struct net_device *dev) struct wlan_objmgr_psoc *psoc = hdd_ctx->psoc; int mc_count = 0; + if (hdd_ctx->hdd_wlan_suspended) { + hdd_err_rl("Device is system suspended"); + return; + } + hdd_enter_dev(dev); if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam()) goto out;