unify extended vlan id swconfig attributes. AR8216 and PSB6970 used "pvid", IP17xx...
[openwrt/staging/yousong.git] / target / linux / generic / files / drivers / net / phy / psb6970.c
index b9280540ca6b66ee9a79f1527ee57302494ea131..2fcd29901330f3f959509ccb35dc122ac5660241 100644 (file)
@@ -149,8 +149,8 @@ static struct switch_attr psb6970_port[] = {
 static struct switch_attr psb6970_vlan[] = {
        {
         .type = SWITCH_TYPE_INT,
-        .name = "pvid",
-        .description = "VLAN ID",
+        .name = "vid",
+        .description = "VLAN ID (0-4094)",
         .set = psb6970_set_vid,
         .get = psb6970_get_vid,
         .max = 4094,