--- zzzz-none-000/linux-2.4.17/net/bridge/br_device.c 2001-08-15 08:54:30.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/net/bridge/br_device.c 2004-11-24 13:22:09.000000000 +0000 @@ -5,7 +5,7 @@ * Authors: * Lennert Buytenhek * - * $Id: br_device.c,v 1.5 2001/08/14 22:05:57 davem Exp $ + * $Id: br_device.c,v 1.2 2003/10/30 20:09:27 sneha Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -132,6 +132,6 @@ dev->set_multicast_list = br_dev_set_multicast_list; dev->stop = br_dev_stop; dev->accept_fastpath = br_dev_accept_fastpath; - dev->tx_queue_len = 0; + dev->tx_queue_len = 100; /* Changed from 0 to 100, for the PRIOWRR scheduler */ dev->set_mac_address = NULL; }