Skip to content

Commit 648ef89

Browse files
author
Arto Kinnunen
authored
Remove unnecessary call to mac (#1583)
Remove additional call to mac_helper_devicetable_set.
1 parent 09cff0e commit 648ef89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/6LoWPAN/Thread/thread_router_bootstrap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ static void thread_router_synch_receive_cb(int8_t interface_id, mle_message_t *m
361361
//Free Response
362362
mle_service_msg_free(messageId);
363363
entry_temp->threadNeighbor = true;
364-
mac_helper_devicetable_set(entry_temp, cur, llFrameCounter, security_headers->KeyIndex);
365364
entry_temp->short_adr = shortAddress;
366365
//when allocating neighbour entry, use MLE Frame counter if present to validate further advertisements from the neighbour
367366
entry_temp->mle_frame_counter = mleFrameCounter;

0 commit comments

Comments
 (0)