summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Jeon <dennis.jeon@broadcom.corp-partner.google.com>2023-09-20 14:13:53 -0400
committerIsaac Chiou <isaacchiou@google.com>2023-09-28 06:00:42 +0000
commitc90b34fc96c63185933be812f490df04b5837f1d (patch)
treed591901974afc39dd19b00ed927388093086edbe
parentaa13c699889241b213a9e1f503293b29497fed90 (diff)
downloadbcm4389-c90b34fc96c63185933be812f490df04b5837f1d.tar.gz
It is the same fix for pa/2602780 from P23. Bug: 299226624 Test: Verified in P23 Change-Id: I56082f6060dc26d9f9f698c83f55f14bf68c3862 Signed-off-by: Dennis Jeon <dennis.jeon@broadcom.corp-partner.google.com>
-rw-r--r--dhd_pno.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhd_pno.c b/dhd_pno.c
index 3089328..a06e5fc 100644
--- a/dhd_pno.c
+++ b/dhd_pno.c
@@ -1168,6 +1168,7 @@ dhd_pno_stop_for_ssid(dhd_pub_t *dhd)
_pno_state = PNO_GET_PNOSTATE(dhd);
if (!(_pno_state->pno_mode & DHD_PNO_LEGACY_MODE)) {
DHD_ERROR(("%s : LEGACY PNO MODE is not enabled\n", __FUNCTION__));
+ err = BCME_UNSUPPORTED;
goto exit;
}
DHD_PNO(("%s enter\n", __FUNCTION__));