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:
8dc5666
)
[ar71xx] fix a bitmask in the ag71xx driver
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 2 Jul 2009 17:23:11 +0000
(17:23 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 2 Jul 2009 17:23:11 +0000
(17:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16658
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index
1d22453
..
9037b13
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@
-82,7
+82,7
@@
struct ag71xx_desc {
u32 ctrl;
#define DESC_EMPTY BIT(31)
#define DESC_MORE BIT(24)
-#define DESC_PKTLEN_M 0x
1
fff
+#define DESC_PKTLEN_M 0xfff
u32 next;
u32 pad;
};