From: Joakim Tjernlund Date: Sun, 29 Apr 2012 22:36:55 +0000 (+0000) Subject: ucc_geth: Add 16 bytes to max TX frame for VLANs X-Git-Tag: v3.4-rc6~23^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f8002d7813ffc5dd9ff3e9d01a17794fb4a4df;p=pandora-kernel.git ucc_geth: Add 16 bytes to max TX frame for VLANs Creating a VLAN interface on top of ucc_geth adds 4 bytes to the frame and the HW controller is not prepared to TX a frame bigger than 1518 bytes which is 4 bytes too small for a full VLAN frame. Add 16 bytes which will handle the a simple VLAN and leaves 12 bytes for future expansion. Signed-off-by: Joakim Tjernlund Signed-off-by: David S. Miller --- Reading git-diff-tree failed