unify extended vlan id swconfig attributes. AR8216 and PSB6970 used "pvid", IP17xx...
[openwrt/openwrt.git] / target / linux / generic / files / drivers / net / phy / ar8216.c
index 98bfc7eb313c573f4c9bea082372040ac1aad88f..93c961c3caf01a488f2ba0a124a618807eda2d24 100644 (file)
@@ -329,8 +329,8 @@ static struct switch_attr ar8216_port[] = {
 static struct switch_attr ar8216_vlan[] = {
        {
                .type = SWITCH_TYPE_INT,
-               .name = "pvid",
-               .description = "VLAN ID",
+               .name = "vid",
+               .description = "VLAN ID (0-4094)",
                .set = ar8216_set_vid,
                .get = ar8216_get_vid,
                .max = 4094,