commit | f277e65e7a2d360189f760baca42f3ca2f62dd7a | [log] [tgz] |
---|---|---|
author | Göran Weinholt <weinholt@csbnet.se> | Wed Mar 02 04:07:21 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 07 12:30:12 2011 -0800 |
tree | 6d6cdfe42ad1b7b687ed18d870db95af4982bd1b | |
parent | 9b3de1ef1ba0aa1129a9f857f07a6a97d954c6fd [diff] |
net/smsc911x.c: Set the VLAN1 register to fix VLAN MTU problem The smsc911x driver would drop frames longer than 1518 bytes, which is a problem for networks with VLAN tagging. The VLAN1 tag register is used to increase the legal frame size to 1522 when a VLAN tag is identified. Signed-off-by: Göran Weinholt <weinholt@csbnet.se> Signed-off-by: David S. Miller <davem@davemloft.net>