modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / target / linux / ar7 / patches-2.6.32 / 960-cpmac_allow_vlan.patch
index 022da4fab55566d2768863eeae31b69d1b4e14d6..a0d5ec3c76192fb052100e47d14a8ae4c22da44b 100644 (file)
@@ -1,8 +1,8 @@
---- 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 @@
+--- a/drivers/net/cpmac.c
++++ b/drivers/net/cpmac.c
+@@ -56,7 +56,7 @@ MODULE_PARM_DESC(dumb_switch, "Assume sw
  
- #define CPMAC_VERSION "0.5.0"
+ #define CPMAC_VERSION "0.5.1"
  /* frame size + 802.1q tag */
 -#define CPMAC_SKB_SIZE                (ETH_FRAME_LEN + 4)
 +#define CPMAC_SKB_SIZE                (ETH_FRAME_LEN + ETH_FCS_LEN + 4)