drivers: wifi: siwx91x: Disable the 160 MHz feature

Fixes: commit a73f20214 ("drivers: wifi: siwx91x: Fix boot_config")
Disabled the 160 MHz feature due to stability issues (mode change)

Signed-off-by: Muzaffar Ahmed <muzaffar.ahmed@silabs.com>
This commit is contained in:
Muzaffar Ahmed 2025-06-19 17:03:39 +05:30 committed by Dan Kalowsky
parent 607ff8520f
commit 65d8f816e5

View File

@ -207,11 +207,6 @@ int siwx91x_get_nwp_config(sl_wifi_device_configuration_t *get_config, uint8_t w
}
if (IS_ENABLED(CONFIG_WIFI_SILABS_SIWX91X)) {
if (!IS_ENABLED(CONFIG_PM)) {
boot_config->custom_feature_bit_map |=
SL_SI91X_CUSTOM_FEAT_SOC_CLK_CONFIG_160MHZ;
}
siwx91x_configure_network_stack(boot_config, wifi_oper_mode);
}