]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:02:11 +0000 (22:02 +0800)
commit1e26c0485e12cd94a13e8dc737a739929de67e14
tree26ab3f73b62a468655b84ddddd73de8edb796d43
parentb6ca778b482b0eedacdd83395259cee1208fac87
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.

(cherry picked from commit 6a864abbcea970de2ac3afaf530c44548e9d42a0)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c