[SCSI] net: reclaim 8 upper bits of the netdev->features from GSO
[linux-2.6-block.git] / include / linux / netdevice.h
index ec54785d34f90904224afe17a2713a8f32ed05ba..c8238d9ba3764f32241c71eff3347920ab875a42 100644 (file)
@@ -652,7 +652,7 @@ struct net_device
 
        /* Segmentation offload features */
 #define NETIF_F_GSO_SHIFT      16
-#define NETIF_F_GSO_MASK       0xffff0000
+#define NETIF_F_GSO_MASK       0x00ff0000
 #define NETIF_F_TSO            (SKB_GSO_TCPV4 << NETIF_F_GSO_SHIFT)
 #define NETIF_F_UFO            (SKB_GSO_UDP << NETIF_F_GSO_SHIFT)
 #define NETIF_F_GSO_ROBUST     (SKB_GSO_DODGY << NETIF_F_GSO_SHIFT)