From: Don Skidmore Date: Sat, 30 Jul 2011 05:08:18 +0000 (+0000) Subject: ixgbe: cleanup feature flags in ixgbe_probe X-Git-Tag: v3.2-rc1~129^2~358 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6a864abbcea970de2ac3afaf530c44548e9d42a0;p=~emulex%2Finfiniband.git ixgbe: cleanup feature flags in ixgbe_probe I'm removing NETIF_F_GRO from being initialed in the feature flags during ixgbe_probe() bases on a comment from Michal Miroslaw that it is always set by network code now. Signed-off-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c index 3932cd06103..a30f8266df0 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c @@ -7510,7 +7510,6 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev, NETIF_F_HW_VLAN_FILTER | NETIF_F_TSO | NETIF_F_TSO6 | - NETIF_F_GRO | NETIF_F_RXHASH | NETIF_F_RXCSUM;