[generic] unify extended vlan id swconfig attributes.
[openwrt.git] / target / linux / generic / files / drivers / net / phy / ar8216.c
index 98bfc7e..93c961c 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,
This page took 0.030884 seconds and 4 git commands to generate.