ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the WNDR3700...
[openwrt.git] / target / linux / ixp4xx / patches-2.6.28 / 304-ixp4xx_eth_jumboframe.patch
index f7b5c81..8f76f7c 100644 (file)
@@ -5,7 +5,7 @@
  #define POOL_ALLOC_SIZE               (sizeof(struct desc) * (RX_DESCS + TX_DESCS))
  #define REGS_SIZE             0x1000
 -#define MAX_MRU                       1536 /* 0x600 */
-+#define MAX_MRU                       (16320 - ETH_HLEN - ETH_FCS_LEN)
++#define MAX_MRU                       (14320 - ETH_HLEN - ETH_FCS_LEN)
  #define RX_BUFF_SIZE          ALIGN((NET_IP_ALIGN) + MAX_MRU, 4)
  
  #define NAPI_WEIGHT           16
This page took 0.028857 seconds and 4 git commands to generate.