]> git.baikalelectronics.ru Git - kernel.git/commit
igb: remove ASPM L0s workaround
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sun, 15 Mar 2009 05:26:40 +0000 (22:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Mar 2009 05:26:40 +0000 (22:26 -0700)
commit1c5ff9954c3e41081b004239049770aa73542aaf
tree0e78f71cbc23e442b31b4e4dd2bb65701a870b33
parent0e759ae62c0f0f5013ce804b9cd8b05d10c57d36
igb: remove ASPM L0s workaround

The L0s workaround should be moved into a pci quirk and so it is not
necessary in the driver.  This update removes the L0s workaround from the
igb driver.

This was the second half of the PCI quirk patch that Matthew Wilcox did
not pick up when he picked up the quirk patch.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c