Skip to content

Commit fbc7033

Browse files
jerome-pouillernashif
authored andcommitted
modules: hal_silabs: Update WiseConnect SDK
Import the new version of the WiseConnect SDK. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
1 parent 4f6077f commit fbc7033

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

drivers/wifi/siwx91x/siwx91x_wifi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ static unsigned int siwx91x_on_join(sl_wifi_event_t event,
481481
static int siwx91x_status(const struct device *dev, struct wifi_iface_status *status)
482482
{
483483
sl_wifi_interface_t interface = sl_wifi_get_default_interface();
484-
sl_wifi_wireless_info_t wlan_info = { };
484+
sl_si91x_rsp_wireless_info_t wlan_info = { };
485485
struct siwx91x_dev *sidev = dev->data;
486486
uint8_t join_config;
487487
int32_t rssi;

modules/hal_silabs/wiseconnect/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(COMMON_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/common)
88
# Keep these values sync with
99
# components/device/silabs/si91x/mcu/core/chip/component/siwg917*.slcc
1010
zephyr_compile_definitions(
11+
SL_SUPPRESS_DEPRECATION_WARNINGS_WISECONNECT_3_5
1112
SL_SI91X_ENABLE_LITTLE_ENDIAN
1213
SLI_SI91X_MCU_COMMON_FLASH_MODE
1314
SLI_SI91X_MCU_CONFIG_RADIO_BOARD_VER2

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ manifest:
235235
groups:
236236
- hal
237237
- name: hal_silabs
238-
revision: 8f70355d7bf45ace0e985bd9646ee8ad85e219ec
238+
revision: 13275a7b5393e628fdfb9f1bdda7fbeb32d73117
239239
path: modules/hal/silabs
240240
groups:
241241
- hal

0 commit comments

Comments
 (0)