[PATCH net-next 3/3] net: dsa: vsc73xx: Remove FIXME
From: Pawel Dembicki
Date: Sun Oct 20 2024 - 16:59:36 EST
STP frames can be captured and transmitted now. FIXME can be removed.
Signed-off-by: Pawel Dembicki <paweldembicki@xxxxxxxxx>
---
drivers/net/dsa/vitesse-vsc73xx-core.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/net/dsa/vitesse-vsc73xx-core.c b/drivers/net/dsa/vitesse-vsc73xx-core.c
index 596b11c4d672..0d05e3dcf05f 100644
--- a/drivers/net/dsa/vitesse-vsc73xx-core.c
+++ b/drivers/net/dsa/vitesse-vsc73xx-core.c
@@ -2218,11 +2218,6 @@ static void vsc73xx_refresh_fwd_map(struct dsa_switch *ds, int port, u8 state)
VSC73XX_SRCMASKS_PORTS_MASK, mask);
}
-/* FIXME: STP frames aren't forwarded at this moment. BPDU frames are
- * forwarded only from and to PI/SI interface. For more info see chapter
- * 2.7.1 (CPU Forwarding) in datasheet.
- * This function is required for tag_8021q operations.
- */
static void vsc73xx_port_stp_state_set(struct dsa_switch *ds, int port,
u8 state)
{
--
2.34.1