You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/05/08 02:11:49 UTC

[GitHub] [mynewt-nimble] CDPA-SCA commented on a change in pull request #707: nimble/controller: Use mynewt-core crypto driver for certain crypto operations on nrf5x

CDPA-SCA commented on a change in pull request #707:
URL: https://github.com/apache/mynewt-nimble/pull/707#discussion_r628671817



##########
File path: nimble/controller/src/ble_ll_resolv.c
##########
@@ -138,13 +138,13 @@ ble_ll_resolv_rpa_timer_cb(struct ble_npl_event *ev)
 
     rl = &g_ble_ll_resolv_list[0];
     for (i = 0; i < g_ble_ll_resolv_data.rl_cnt; ++i) {
-        OS_ENTER_CRITICAL(sr);
+        //OS_ENTER_CRITICAL(sr);

Review comment:
       Hi, It seems that this commit is not merged into the master branch. I wonder if you are still considering addressing this issue?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org