ixgbe: cleanup feature flags in ixgbe_probe
authorDon Skidmore <donald.c.skidmore@intel.com>
Sat, 30 Jul 2011 05:08:18 +0000 (05:08 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 29 Aug 2011 08:28:27 +0000 (01:28 -0700)
commit6a864abbcea970de2ac3afaf530c44548e9d42a0
tree0a1c74ae0fc47c8b84e8e428307d34c5a169f410
parent634cdca5637475b74dbc7bd72208f5fdc5904d38
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
<mirq-linux@rere.qmqm.pl> that it is always set by network code now.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c