]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 12:58:25 +0000 (20:58 +0800)
commitf001cb7c51b71cc3b8a864954428d428d35ed283
tree03cbcc3c7911811f543c19c04ea651915929dd5c
parent5607ab172a8da502f0e10119ec1485840a8b6c92
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.

(cherry picked from commit 06218a8dbf046c0e9ba51dcbe1ce980a10a0be42)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb_main.c