aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/rtl8306.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-12 20:49:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-12 20:49:35 +0000
commit352fea83d9181d41a93472428afdb892381b74f2 (patch)
tree71ebcb78720c3003177c1285993104d0757fdfc3 /target/linux/generic/files/drivers/net/phy/rtl8306.c
parent64d3505a2ad6773420ff8ecafa83e14dd8c6b401 (diff)
downloadupstream-352fea83d9181d41a93472428afdb892381b74f2.tar.gz
upstream-352fea83d9181d41a93472428afdb892381b74f2.tar.bz2
upstream-352fea83d9181d41a93472428afdb892381b74f2.zip
unify extended vlan id swconfig attributes. AR8216 and PSB6970 used "pvid", IP17xx used "tag" and RTL8306 called it "vid". Change all to "vid" and annotate the description with the valid ID range.
SVN-Revision: 23419
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/rtl8306.c')
-rw-r--r--target/linux/generic/files/drivers/net/phy/rtl8306.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/rtl8306.c b/target/linux/generic/files/drivers/net/phy/rtl8306.c
index 87c661a77a..4fa910a6f2 100644
--- a/target/linux/generic/files/drivers/net/phy/rtl8306.c
+++ b/target/linux/generic/files/drivers/net/phy/rtl8306.c
@@ -829,7 +829,7 @@ static struct switch_attr rtl_vlan[] = {
{
RTL_VLAN_REGATTR(VID),
.name = "vid",
- .description = "VLAN ID",
+ .description = "VLAN ID (1-4095)",
.max = 4095,
},
};