Skip to content

Commit 34ed1ec

Browse files
thomas-m-johansenrlubos
authored andcommitted
bluetooth: controller: stop using deprecated mode3 support config
cs_cfg.step_mode3_supported was removed from the sdc, so we no longer need to set it when configuring the sdc Signed-off-by: Thomas Johansen <[email protected]>
1 parent 7b94e1c commit 34ed1ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/controller/hci_driver.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,6 @@ static int configure_memory_usage(void)
13041304
#if defined(CONFIG_BT_CTLR_SDC_CS_COUNT)
13051305
cfg.cs_cfg.max_antenna_paths_supported = CONFIG_BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS;
13061306
cfg.cs_cfg.num_antennas_supported = CONFIG_BT_CTLR_SDC_CS_NUM_ANTENNAS;
1307-
cfg.cs_cfg.step_mode3_supported = IS_ENABLED(CONFIG_BT_CTLR_SDC_CS_STEP_MODE3);
13081307

13091308
required_memory = sdc_cfg_set(SDC_DEFAULT_RESOURCE_CFG_TAG,
13101309
SDC_CFG_TYPE_CS_CFG,

0 commit comments

Comments
 (0)