generic ar8xxx: increase VLAN table for AR83x7
[openwrt/.git] / target / linux / generic / files / drivers / net / phy / ar8327.c
index 1878585b0c59f6e48636947c272f8612d4911ad8..4cbfa4d234b2b8668510b3513b0472406b605127 100644 (file)
@@ -1481,7 +1481,7 @@ const struct ar8xxx_chip ar8327_chip = {
 
        .name = "Atheros AR8327",
        .ports = AR8327_NUM_PORTS,
-       .vlans = AR8X16_MAX_VLANS,
+       .vlans = AR83X7_MAX_VLANS,
        .swops = &ar8327_sw_ops,
 
        .reg_port_stats_start = 0x1000,
@@ -1518,7 +1518,7 @@ const struct ar8xxx_chip ar8337_chip = {
 
        .name = "Atheros AR8337",
        .ports = AR8327_NUM_PORTS,
-       .vlans = AR8X16_MAX_VLANS,
+       .vlans = AR83X7_MAX_VLANS,
        .swops = &ar8327_sw_ops,
 
        .reg_port_stats_start = 0x1000,