Skip to content

Commit 64f2a77

Browse files
author
Juha Heiskanen
committed
Cleared EAPOL temporary trace print's.
1 parent 02ec23f commit 64f2a77

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ static void ws_bootstap_eapol_neigh_entry_allocate(struct protocol_interface_inf
169169
return;
170170
}
171171
interface->ws_info->eapol_tx_index = mac_entry->index;
172-
tr_debug("Allocated Eapol Index TX %u", interface->ws_info->eapol_tx_index);
173172
}
174173

175174
void ws_bootstrap_eapol_rx_temporary_set(struct protocol_interface_info_entry *interface, const uint8_t *src64)
@@ -189,8 +188,6 @@ ws_neighbor_class_entry_t *ws_bootstrap_eapol_tx_temporary_set(struct protocol_i
189188
}
190189

191190
memcpy(mac_entry->mac64, src64, 8);
192-
193-
tr_debug("EAPOL Temporary TX neighbor %s : index:%u", trace_array(src64, 8), interface->ws_info->eapol_tx_index);
194191
mac_helper_device_description_write(interface, &device_desc, src64, 0xffff, 0, false);
195192
mac_helper_devicetable_direct_set(interface->mac_api, &device_desc, interface->ws_info->eapol_tx_index);
196193
return ws_neighbor_class_entry_get(&interface->ws_info->neighbor_storage, mac_entry->index);
@@ -205,7 +202,6 @@ void ws_bootstrap_eapol_tx_temporary_clear(struct protocol_interface_info_entry
205202

206203
memset(mac_entry->mac64, 0xff, 8);
207204
mac_helper_devicetable_remove(interface->mac_api, interface->ws_info->eapol_tx_index, NULL);
208-
tr_debug("Clear EAPOL-Temporary");
209205
}
210206

211207
static void ws_bootstrap_neighbor_list_clean(struct protocol_interface_info_entry *interface)

0 commit comments

Comments
 (0)