projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: reclaim the 'user_property' partition on WHR-* boards
[openwrt.git]
/
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
b928054
..
2fcd299
100644
(file)
--- 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 = "
p
vid",
- .description = "VLAN ID",
+ .name = "vid",
+ .description = "VLAN ID
(0-4094)
",
.set = psb6970_set_vid,
.get = psb6970_get_vid,
.max = 4094,
This page took
0.027777 seconds
and
4
git commands to generate.