]> git.hungrycats.org Git - linux/commitdiff
[PATCH] bk-netdev-axnet_cs-fix
authorAndrew Morton <akpm@osdl.org>
Tue, 10 Aug 2004 13:00:31 +0000 (09:00 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 10 Aug 2004 13:00:31 +0000 (09:00 -0400)
Signed-off-by: Andrew Morton <akpm@osdl.org>
drivers/net/pcmcia/axnet_cs.c

index bf70b18c58b16027d0b3a7fdf8a3869df9479aeb..0d9a06f8c5610010284b4851d68632dd305df3cc 100644 (file)
@@ -1178,7 +1178,7 @@ static int ei_start_xmit(struct sk_buff *skb, struct net_device *dev)
        }
        else if (ei_local->tx2 == 0) 
        {
-               output_page = ei_local->tx_start_page + TX_1X_PAGES;
+               output_page = ei_local->tx_start_page + TX_PAGES/2;
                ei_local->tx2 = send_length;
                if (ei_debug  &&  ei_local->tx1 > 0)
                        printk(KERN_DEBUG "%s: idle transmitter, tx1=%d, lasttx=%d, txing=%d.\n",