From 06930df7c6bd5b9ba029e5570492e58f0dd53b7d Mon Sep 17 00:00:00 2001 From: logicog Date: Sat, 31 Jan 2026 13:09:06 +0100 Subject: [PATCH] Remove debug output --- rtl837x_igmp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rtl837x_igmp.c b/rtl837x_igmp.c index 21dadf4..e36dda6 100644 --- a/rtl837x_igmp.c +++ b/rtl837x_igmp.c @@ -118,11 +118,8 @@ void igmp_setup(void) __banked * For now the IGMP protocols are flooded (01), MLD which MAC-based is handled by ASIC * All messages are allowed and maximum MC group is 0xff */ - for (i = machine.min_port; i <= machine.max_port; i++) { - print_byte(i); write_char(':'); + for (i = machine.min_port; i <= machine.max_port; i++) REG_SET(RTL837X_IGMP_PORT_CFG + (i << 2), IGMP_MAX_GROUP | IGMP_PROTOCOL_ENABLE | IGMP_FLOOD); - write_char('\n'); - } /* // Allow all physical ports to be dynamic router ports reg_read_m(RTL837X_IGMP_ROUTER_PORT);