@@ -169,7 +169,6 @@ static void ws_bootstap_eapol_neigh_entry_allocate(struct protocol_interface_inf
169
169
return ;
170
170
}
171
171
interface -> ws_info -> eapol_tx_index = mac_entry -> index ;
172
- tr_debug ("Allocated Eapol Index TX %u" , interface -> ws_info -> eapol_tx_index );
173
172
}
174
173
175
174
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
189
188
}
190
189
191
190
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 );
194
191
mac_helper_device_description_write (interface , & device_desc , src64 , 0xffff , 0 , false);
195
192
mac_helper_devicetable_direct_set (interface -> mac_api , & device_desc , interface -> ws_info -> eapol_tx_index );
196
193
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
205
202
206
203
memset (mac_entry -> mac64 , 0xff , 8 );
207
204
mac_helper_devicetable_remove (interface -> mac_api , interface -> ws_info -> eapol_tx_index , NULL );
208
- tr_debug ("Clear EAPOL-Temporary" );
209
205
}
210
206
211
207
static void ws_bootstrap_neighbor_list_clean (struct protocol_interface_info_entry * interface )
0 commit comments