e1000e: Remove special case for 82573/82574 ASPM L1 disablement
authorChris Boot <bootc@bootc.net>
Tue, 24 Apr 2012 07:24:58 +0000 (07:24 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 May 2012 09:32:36 +0000 (02:32 -0700)
commit59aed95263bdd0e2b48eb9be5a94346d2d4abf90
tree73b9473fafa2bed2e325cb323fb4c3dbb139adab
parentd4a4206ebbaf48b55803a7eb34e330530d83a889
e1000e: Remove special case for 82573/82574 ASPM L1 disablement

For the 82573, ASPM L1 gets disabled wholesale so this special-case code
is not required. For the 82574 the previous patch does the same as for
the 82573, disabling L1 on the adapter. Thus, this code is no longer
required and can be removed.

Signed-off-by: Chris Boot <bootc@bootc.net>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/netdev.c