]> git.baikalelectronics.ru Git - kernel.git/commit
gianfar: fix bug caused by 52cb921f51d7920d60879781a404abe73acbd0a4
authorSebastian Pöhn <sebastian.belden@googlemail.com>
Tue, 26 Jul 2011 00:03:13 +0000 (00:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jul 2011 05:39:30 +0000 (22:39 -0700)
commitd21b9fbd69d6dc4955daf9c93d594a7c8534d86e
treec28bbc1a90e4d79f51154c98b507410579a25cf9
parent4eb737aa94b9d27beeb4eaded06726b64566aa41
gianfar: fix bug caused by 52cb921f51d7920d60879781a404abe73acbd0a4

commit 52cb921f51d7920d60879781a404abe73acbd0a4 "gianfar: do vlan cleanup" has two issues:
# permutation of rx and tx flags
# enabling vlan tag insertion by default (this leads to unusable connections on some configurations)

If VLAN insertion is requested (via ethtool) it will be set at an other point ...

Signed-off-by: Sebastian Poehn <sebastian.poehn@belden.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gianfar.c