lan78xx: use default alignment for rx buffers
authorP33M <p33m@github.com>
Thu, 2 May 2019 10:53:45 +0000 (11:53 +0100)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:32 +0000 (00:08 +0100)
commita53877cb73849efee751683bbb2820681143deee
tree12c329a3d0f5db22846f7db5b43b03d945e93dea
parent96b972dc736d943f371a16ccca452a053d83c65b
lan78xx: use default alignment for rx buffers

The lan78xx uses a 12-byte hardware rx header, so there is no need
to allocate SKBs with NET_IP_ALIGN set. Removes alignment faults
in both dwc_otg and in ipv6 processing.
drivers/net/usb/lan78xx.c