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:
eed6c55
)
ar8216: fix the mtu register definition
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 9 Mar 2010 21:43:16 +0000
(21:43 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 9 Mar 2010 21:43:16 +0000
(21:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20110
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/generic-2.6/files/drivers/net/phy/ar8216.h
patch
|
blob
|
history
diff --git
a/target/linux/generic-2.6/files/drivers/net/phy/ar8216.h
b/target/linux/generic-2.6/files/drivers/net/phy/ar8216.h
index
c1b8fdb
..
0ba79fb
100644
(file)
--- a/
target/linux/generic-2.6/files/drivers/net/phy/ar8216.h
+++ b/
target/linux/generic-2.6/files/drivers/net/phy/ar8216.h
@@
-31,7
+31,7
@@
#define AR8216_CTRL_RESET BIT(31)
#define AR8216_REG_GLOBAL_CTRL 0x0030
-#define AR8216_GCTRL_MTU BITS(0, 1
0
)
+#define AR8216_GCTRL_MTU BITS(0, 1
1
)
#define AR8216_REG_VTU 0x0040
#define AR8216_VTU_OP BITS(0, 3)