realtek: Fix VLAN issues introduced by multicast patches
[openwrt/staging/dedeckeh.git] / target / linux / realtek / files-5.4 / drivers / net / dsa / rtl83xx / rtl839x.c
index 74472461a15b6239a95b29836cfac8ad2264f584..c62dc441c13096aa21a6b2e7864b4afee9b664e2 100644 (file)
@@ -411,7 +411,7 @@ static void rtl839x_vlan_profile_setup(int profile)
        sw_w32(p[0], RTL839X_VLAN_PROFILE(profile));
        sw_w32(p[1], RTL839X_VLAN_PROFILE(profile) + 4);
 
-       rtl839x_write_mcast_pmask(UNKNOWN_MC_PMASK, 0x000fffffffffffff);
+       rtl839x_write_mcast_pmask(UNKNOWN_MC_PMASK, 0x001fffffffffffff);
 }
 
 static inline int rtl839x_vlan_port_egr_filter(int port)