projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103c147
)
generic: rtl8366s: add vlan fid support
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 8 Jan 2011 18:04:00 +0000
(18:04 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 8 Jan 2011 18:04:00 +0000
(18:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24934
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/generic/files/drivers/net/phy/rtl8366s.c
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/drivers/net/phy/rtl8366s.c
b/target/linux/generic/files/drivers/net/phy/rtl8366s.c
index
f9a4c8c
..
f0c21f7
100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/rtl8366s.c
+++ b/
target/linux/generic/files/drivers/net/phy/rtl8366s.c
@@
-883,6
+883,13
@@
static struct switch_attr rtl8366s_vlan[] = {
.max = 1,
.set = NULL,
.get = rtl8366_sw_get_vlan_info,
+ }, {
+ .type = SWITCH_TYPE_INT,
+ .name = "fid",
+ .description = "Get/Set vlan FID",
+ .max = RTL8366S_FIDMAX,
+ .set = rtl8366_sw_set_vlan_fid,
+ .get = rtl8366_sw_get_vlan_fid,
},
};