diff --git a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c index 59abba7807..3cbbb1a522 100644 --- a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c +++ b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c @@ -1501,7 +1501,7 @@ static int __init rtl83xx_sw_probe(struct platform_device *pdev) */ priv->version = RTL8390_VERSION_A; priv->ds->num_lag_ids = 16; - sw_w32(1, RTL930X_ST_CTRL); + sw_w32(0, RTL930X_ST_CTRL); priv->l2_bucket_size = 8; priv->n_pie_blocks = 16; priv->port_ignore = 0x3f; @@ -1521,7 +1521,7 @@ static int __init rtl83xx_sw_probe(struct platform_device *pdev) */ priv->version = RTL8390_VERSION_A; priv->ds->num_lag_ids = 16; - sw_w32(1, RTL931x_ST_CTRL); + sw_w32(0, RTL931x_ST_CTRL); priv->l2_bucket_size = 8; priv->n_pie_blocks = 16; priv->port_ignore = 0x3f;