]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
gro: Fix vlan/netpoll check again
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 17 Mar 2009 20:10:52 +0000 (13:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2009 20:10:52 +0000 (13:10 -0700)
commit2ffb4558194037133121e260022baa0d21590473
tree15e070b0b42ba4466a23ee61a5352e59bf1bd4fc
parentd1c76af9e2434fac3add561e26c61b06503de986
gro: Fix vlan/netpoll check again

Jarek Poplawski pointed out that my previous fix is broken for
VLAN+netpoll as if netpoll is enabled we'd end up in the normal
receive path instead of the VLAN receive path.

This patch fixes it by calling the VLAN receive hook.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_core.c