gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3e
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)
commitb852b720877e6b8e12b95a7cb4e00ea351b8cbfc
treec28bbc1a90e4d79f51154c98b507410579a25cf9
parentb49179c071b89423e1f6c50f6fa3d48d8158bc35
gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3e

commit 87c288c6e9aa31720b72e2bc2d665e24e1653c3e "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