libertas: Don't set NETIF_F_IPV6_CSUM in dev->features
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 24 Nov 2007 19:48:17 +0000 (19:48 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Nov 2007 02:34:52 +0000 (21:34 -0500)
commitd0a689575102641149e67595e45ab006dbbb4a0d
tree6d21a71b24a2d56e26b191b72bcba08573afb29d
parent8376e7a3c2cbf2c91215c35fec9988f581fc699a
libertas: Don't set NETIF_F_IPV6_CSUM in dev->features

I'm not sure why it was doing this, and I'm not sure I _want_ to know
why. But calling it NETIF_F_DYNALLOC doesn't change the fact that the
kernel believes it to be NETIF_F_IPV6_CSUM, and that IPv6 communication
is hence buggered.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/main.c