1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 23:43:40 +03:00
openwrt-xburst/target/linux/ar7/patches-2.6.30/950-cpmac_allow_vlan.patch
florian 2d17b93d56 [ar7] let 802.1q tagged frames go in and out from cpmac (#6730)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-06 22:33:30 +00:00

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 */