[ar7] correct the MDIO base address and reset sequence for Titan (#6573)
[openwrt-10.03/.git] / target / linux / ar7 / patches-2.6.32 / 960-cpmac_allow_vlan.patch
1 --- a/drivers/net/cpmac.c       2010-02-11 23:52:19.000000000 +0000
2 +++ b/drivers/net/cpmac.c       2010-02-20 20:32:58.000000000 +0000
3 @@ -57,7 +57,7 @@
4  
5  #define CPMAC_VERSION "0.5.0"
6  /* frame size + 802.1q tag */
7 -#define CPMAC_SKB_SIZE         (ETH_FRAME_LEN + 4)
8 +#define CPMAC_SKB_SIZE         (ETH_FRAME_LEN + ETH_FCS_LEN + 4)
9  #define CPMAC_QUEUES   8
10  
11  /* Ethernet registers */