projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: ar8216: use usleep_range in ar8216_mii_{read,write}
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
drivers
/
net
/
phy
/
ip17xx.c
diff --git
a/target/linux/generic/files/drivers/net/phy/ip17xx.c
b/target/linux/generic/files/drivers/net/phy/ip17xx.c
index
646a842
..
c82c39e
100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/ip17xx.c
+++ b/
target/linux/generic/files/drivers/net/phy/ip17xx.c
@@
-1210,8
+1210,8
@@
static const struct switch_attr ip17xx_vlan[] = {
[IP17XX_VLAN_TAG] = {
.id = IP17XX_VLAN_TAG,
.type = SWITCH_TYPE_INT,
[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,
}
.get = ip17xx_get_tag,
.set = ip17xx_set_tag,
}
This page took
0.022826 seconds
and
4
git commands to generate.