Jan Engelhardt: remove unneedd macro
diff --git a/extensions/ebt_802_3.c b/extensions/ebt_802_3.c
index a43d060..dd22eb2 100644
--- a/extensions/ebt_802_3.c
+++ b/extensions/ebt_802_3.c
@@ -130,7 +130,7 @@
 
 static struct ebt_u_match _802_3_match = 
 {
-	.name		= EBT_802_3_MATCH,
+	.name		= "802_3",
 	.size		= sizeof(struct ebt_802_3_info),
 	.help		= print_help,
 	.init		= init,