Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 224426f1 authored by Ursula Braun's avatar Ursula Braun Committed by Jeff Garzik
Browse files

qeth: remove header_ops bug



Remove qeth bug caused by commit:
[NET]: Move hardware header operations out of netdevice.

Signed-off-by: default avatarUrsula Braun <braunu@de.ibm.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent e0d5dab2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6643,6 +6643,7 @@ qeth_netdev_init(struct net_device *dev)
	dev->vlan_rx_kill_vid = qeth_vlan_rx_kill_vid;
	dev->vlan_rx_add_vid = qeth_vlan_rx_add_vid;
#endif
	if (qeth_get_netdev_flags(card) & IFF_NOARP)
		dev->header_ops = &qeth_null_ops;

#ifdef CONFIG_QETH_IPV6