remove high tx-que lengh for abc-extension

not longer need with cbq traffic control
This commit is contained in:
Detlef Wengorz 2002-04-06 18:17:50 +00:00
parent 68bcd010cf
commit 3f1114644b
1 changed files with 0 additions and 4 deletions

View File

@ -2817,11 +2817,7 @@ isdn_net_init(struct net_device *ndev)
ndev->addr_len = ETH_ALEN;
/* for clients with MPPP maybe higher values better */
#ifdef CONFIG_ISDN_WITH_ABC
ndev->tx_queue_len = 256;
#else
ndev->tx_queue_len = 30;
#endif
for (i = 0; i < ETH_ALEN; i++)
ndev->broadcast[i] = 0xff;