[generic] unify extended vlan id swconfig attributes.
[openwrt/svn-archive/archive.git] / target / linux / generic / files / drivers / net / phy / ip17xx.c
index 646a8426548c16d9d5edf7da8af5382e4974527f..c82c39e052c8a013d21ccc28dbe96ccf61045145 100644 (file)
@@ -1210,8 +1210,8 @@ static const struct switch_attr ip17xx_vlan[] = {
        [IP17XX_VLAN_TAG] = {
                .id = IP17XX_VLAN_TAG,
                .type = SWITCH_TYPE_INT,
-               .description = "VLAN tag (0-4095) [IP175D only]",
-               .name = "tag",
+               .description = "VLAN ID (0-4095) [IP175D only]",
+               .name = "vid",
                .get = ip17xx_get_tag,
                .set = ip17xx_set_tag,
        }