Skip to content

Commit ed81662

Browse files
committed
mpsl: Remove call to unecessary call to mpsl_pan_rfu
This API call is no longer needed. It has been a no-op for a long period of time. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent baf77ab commit ed81662

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

subsys/mpsl/init/mpsl_init.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,6 @@ static int32_t mpsl_lib_init_internal(void)
432432
mpsl_clock_hfclk_latency_set(CONFIG_MPSL_HFCLK_LATENCY);
433433
#endif /* CONFIG_CLOCK_CONTROL_NRF && DT_NODE_EXISTS(DT_NODELABEL(hfxo)) */
434434
#endif /* !CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL */
435-
if (IS_ENABLED(CONFIG_SOC_NRF_FORCE_CONSTLAT) &&
436-
!IS_ENABLED(CONFIG_SOC_COMPATIBLE_NRF54LX)) {
437-
mpsl_pan_rfu();
438-
}
439435

440436
#if MPSL_TIMESLOT_SESSION_COUNT > 0
441437
err = mpsl_timeslot_session_count_set((void *) timeslot_context,

0 commit comments

Comments
 (0)