generic: rtl8366s: use the generic get_port_link implementation
[openwrt.git] / target / linux / generic / files / drivers / net / phy / psb6970.c
index b928054..2fcd299 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,
This page took 0.020483 seconds and 4 git commands to generate.