mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
17 lines
556 B
Diff
17 lines
556 B
Diff
commit 5151dad7cc61bf2b4527c56bd0dffcea2da25905
|
|
Author: Sebastian Sumpf <sebastian.sumpf@genode-labs.com>
|
|
Date: Mon Jun 2 13:23:44 2014 +0200
|
|
|
|
ax88179_178a.patch
|
|
|
|
--- a/drivers/net/usb/ax88179_178a.c
|
|
+++ b/drivers/net/usb/ax88179_178a.c
|
|
@@ -1019,6 +1019,7 @@ static int ax88179_bind(struct usbnet *dev, struct usb_interface *intf)
|
|
dev->net->netdev_ops = &ax88179_netdev_ops;
|
|
dev->net->ethtool_ops = &ax88179_ethtool_ops;
|
|
dev->net->needed_headroom = 8;
|
|
+ dev->net->net_ip_align = 1;
|
|
|
|
/* Initialize MII structure */
|
|
dev->mii.dev = dev->net;
|