projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6e4d8
)
ag71xx driver: increase size of dma descriptors
author
Gabor Juhos
<
[email protected]
>
Tue, 9 Dec 2008 10:16:49 +0000
(10:16 +0000)
committer
Gabor Juhos
<
[email protected]
>
Tue, 9 Dec 2008 10:16:49 +0000
(10:16 +0000)
SVN-Revision: 13561
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 7daa9f206611dedfb310668be1158d9abdec3caa..2db35ec12e0c4733b8cd7cc5fb5cac37cefb979c 100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@
-38,7
+38,7
@@
#define ETH_FCS_LEN 4
#define AG71XX_DRV_NAME "ag71xx"
-#define AG71XX_DRV_VERSION "0.5.1
4
"
+#define AG71XX_DRV_VERSION "0.5.1
6
"
#define AG71XX_NAPI_WEIGHT 64
#define AG71XX_OOM_REFILL (1 + HZ/10)
@@
-85,6
+85,7
@@
struct ag71xx_desc {
#define DESC_MORE BIT(24)
#define DESC_PKTLEN_M 0x1fff
u32 next;
+ u32 pad;
};
struct ag71xx_buf {