summaryrefslogtreecommitdiffstats
path: root/drivers/net/sunhme.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/net/sunhme.h
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'drivers/net/sunhme.h')
-rw-r--r--drivers/net/sunhme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sunhme.h b/drivers/net/sunhme.h
index 38730b0d7..15b408ece 100644
--- a/drivers/net/sunhme.h
+++ b/drivers/net/sunhme.h
@@ -468,9 +468,9 @@ struct happy_meal_txd {
(hp)->tx_old - (hp)->tx_new - 1)
#define RX_OFFSET 2
-#define RX_BUF_ALLOC_SIZE (ETH_FRAME_LEN + RX_OFFSET + (64 * 3))
+#define RX_BUF_ALLOC_SIZE (1546 + RX_OFFSET + 64)
-#define RX_COPY_THRESHOLD 128
+#define RX_COPY_THRESHOLD 256
struct hmeal_init_block {
struct happy_meal_rxd happy_meal_rxd[RX_RING_MAXSIZE];