View | Details | Raw Unified | Return to bug 16183
Collapse All | Expand All

(-)a/net/sched/sch_teql.c (+1 lines)
Lines 449-454 static __init void teql_master_setup(struct net_device *dev) Link Here
449
	dev->tx_queue_len	= 100;
449
	dev->tx_queue_len	= 100;
450
	dev->flags		= IFF_NOARP;
450
	dev->flags		= IFF_NOARP;
451
	dev->hard_header_len	= LL_MAX_HEADER;
451
	dev->hard_header_len	= LL_MAX_HEADER;
452
	dev->priv_flags		&= ~IFF_XMIT_DST_RELEASE;
452
}
453
}
453
454
454
static LIST_HEAD(master_dev_list);
455
static LIST_HEAD(master_dev_list);

Return to bug 16183