Re: [PATCH 2/2] e1000e: Remove special case for 82573/82574 ASPM L1 disablement
From: Jeff Kirsher <hidden>
Date: 2012-04-23 23:18:41
Also in:
lkml
From: Jeff Kirsher <hidden>
Date: 2012-04-23 23:18:41
Also in:
lkml
On Mon, 2012-04-23 at 22:29 +0100, Chris Boot wrote:
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> --- drivers/net/ethernet/intel/e1000e/netdev.c | 8 -------- 1 file changed, 8 deletions(-)
I have added the patch to my queue, thanks Chris!