Skip to content

Commit 95eaa1d

Browse files
committed
fixing the build for the 917 ncp
1 parent f9f499b commit 95eaa1d

File tree

2 files changed

+1
-221
lines changed

2 files changed

+1
-221
lines changed

examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ static sl_status_t wfx_rsi_do_join(void)
681681

682682
// failure only happens when the firmware returns an error
683683
ChipLogError(DeviceLayer, "wfx_rsi_do_join: sl_wifi_connect failed: 0x%lx", static_cast<uint32_t>(status));
684-
VerifyOrReturnError((is_wifi_disconnection_event || wfx_rsi.join_retries <= MAX_JOIN_RETRIES_COUNT), status);
684+
VerifyOrReturnError((wfx_rsi.join_retries <= MAX_JOIN_RETRIES_COUNT), status);
685685

686686
wfx_rsi.dev_state &= ~(WFX_RSI_ST_STA_CONNECTING | WFX_RSI_ST_STA_CONNECTED);
687687
ChipLogProgress(DeviceLayer, "wfx_rsi_do_join: retry attempt %d", wfx_rsi.join_retries);

src/platform/silabs/efr32/wifi/wfx_notify.cpp

-220
This file was deleted.

0 commit comments

Comments
 (0)