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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Jun 2012 18:37:16 +0000 (11:37 -0700)
commite60a87bab7ce339c034b7d7dd365d687bbffd091
tree3ea1d758bf9c9f62510c9a8b8b8dafe68624a98e
parent8d87325fd98f66eceec445bd0d724feb63335c40
e1000e: Remove special case for 82573/82574 ASPM L1 disablement

commit 59aed95263bdd0e2b48eb9be5a94346d2d4abf90 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/intel/e1000e/netdev.c