]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Fix features that are currently 82580 only and should also be i350
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:46:55 +0000 (07:46 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Oct 2011 05:46:24 +0000 (22:46 -0700)
commit1f4cd7723953b8c91dbab7227c66e98ed82fdd91
treee01d679630a2570f7381a0c16d485826545de3d6
parent7dc4aefb30e13cf498c6c6abef7d7168995f7b5f
igb: Fix features that are currently 82580 only and should also be i350

This change allows support for per packet timesync and global device reset
on the i350 adapter.  These features were supported on both 82580 and i350
however it looks like several checks where not updated and as such the i350
support was not enabled.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c