Merge "wlan: Re-enable IMPS timer upon processing PNO enable/disable command"
diff --git a/CORE/SME/src/sme_common/sme_Api.c b/CORE/SME/src/sme_common/sme_Api.c
index a00e3fa..f28cc48 100644
--- a/CORE/SME/src/sme_common/sme_Api.c
+++ b/CORE/SME/src/sme_common/sme_Api.c
@@ -1028,6 +1028,9 @@
                                 smsLog(pMac, LOGE,
                                   FL("failed to post SME PNO SCAN %d"), status);
                             }
+                            //We need to re-run the command
+                            fContinue = eANI_BOOLEAN_TRUE;
+
                             if (csrLLRemoveEntry(&pMac->sme.smeCmdActiveList,
                                               &pCommand->Link, LL_ACCESS_LOCK))
                             {