summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2023-10-08 19:00:59 -0700
committerPindar Yang <pindaryang@google.com>2023-10-11 03:17:07 +0000
commit512f13bfa0cbeddaf79a81a4483999c75a4e4a32 (patch)
treed591901974afc39dd19b00ed927388093086edbe
parent7bcd0a6071389ba7ab3de081790b2e8f2a51fd53 (diff)
parentc90b34fc96c63185933be812f490df04b5837f1d (diff)
downloadbcm4389-512f13bfa0cbeddaf79a81a4483999c75a4e4a32.tar.gz
Merge android13-gs-pixel-5.10-udc-qpr1 into android13-gs-pixel-5.10-24Q1
Bug: 300854197 SBMerger: 558810260 Change-Id: Id56ef01bde782278fa74c0731be4f89e30fcf65b Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.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__));