]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sky2.h
sky2: fix VLAN receive processing (resend)
[linux-2.6-omap-h63xx.git] / drivers / net / sky2.h
index 72e12b7cfa40e27dd5af5e25e9294b416feef325..3baae48f80425d7ebed93885e62d7674a1cd2472 100644 (file)
@@ -1668,7 +1668,7 @@ enum {
 
 /* Receive Frame Status Encoding */
 enum {
-       GMR_FS_LEN      = 0xffff<<16, /* Bit 31..16:    Rx Frame Length */
+       GMR_FS_LEN      = 0x7fff<<16, /* Bit 30..16:    Rx Frame Length */
        GMR_FS_VLAN     = 1<<13, /* VLAN Packet */
        GMR_FS_JABBER   = 1<<12, /* Jabber Packet */
        GMR_FS_UN_SIZE  = 1<<11, /* Undersize Packet */