mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:34:59 +02:00
2d17b93d56
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20023 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
362 B
Diff
12 lines
362 B
Diff
--- a/drivers/net/cpmac.c 2010-02-11 23:52:19.000000000 +0000
|
|
+++ b/drivers/net/cpmac.c 2010-02-20 20:32:58.000000000 +0000
|
|
@@ -57,7 +57,7 @@
|
|
|
|
#define CPMAC_VERSION "0.5.0"
|
|
/* frame size + 802.1q tag */
|
|
-#define CPMAC_SKB_SIZE (ETH_FRAME_LEN + 4)
|
|
+#define CPMAC_SKB_SIZE (ETH_FRAME_LEN + ETH_FCS_LEN + 4)
|
|
#define CPMAC_QUEUES 8
|
|
|
|
/* Ethernet registers */
|