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:
8504f0a
)
generic: ar8216: rename ar8216_ops to ar8216_sw_ops
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 18 Mar 2012 22:06:03 +0000
(22:06 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 18 Mar 2012 22:06:03 +0000
(22:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30994
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/generic/files/drivers/net/phy/ar8216.c
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/drivers/net/phy/ar8216.c
b/target/linux/generic/files/drivers/net/phy/ar8216.c
index
660a11b
..
0d42e27
100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/ar8216.c
+++ b/
target/linux/generic/files/drivers/net/phy/ar8216.c
@@
-811,7
+811,7
@@
ar8216_reset_switch(struct switch_dev *dev)
}
-static const struct switch_dev_ops ar8216_ops = {
+static const struct switch_dev_ops ar8216_
sw_
ops = {
.attr_global = {
.attr = ar8216_globals,
.n_attr = ARRAY_SIZE(ar8216_globals),
@@
-902,7
+902,7
@@
ar8216_config_init(struct phy_device *pdev)
swdev = &priv->dev;
swdev->cpu_port = AR8216_PORT_CPU;
- swdev->ops = &ar8216_ops;
+ swdev->ops = &ar8216_
sw_
ops;
swdev->ports = AR8216_NUM_PORTS;
if (priv->chip == AR8316) {