X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/14d155196f66542c7b91aece78bc0eac5e2f017f..30a5115c483b539b37f0760b474608b89a006131:/target/linux/generic/files/drivers/net/phy/psb6970.c diff --git a/target/linux/generic/files/drivers/net/phy/psb6970.c b/target/linux/generic/files/drivers/net/phy/psb6970.c index b9280540c..2fcd29901 100644 --- a/target/linux/generic/files/drivers/net/phy/psb6970.c +++ b/target/linux/generic/files/drivers/net/phy/psb6970.c @@ -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,