commit | 58b8b042509f53955ba660a4245e221c5405f124 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Dec 23 13:21:46 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 23 20:47:51 2009 -0800 |
tree | d5223270808511fb8bf7a478f87407114cd6a638 | |
parent | d405ea3ef2499eb46834418a643973c884ff7f30 [diff] |
igb: check both function bits in status register in wol exception The ethtool code for enabling Wake on Lan was not correctly checking the status register bits so as a result ports 0 and 2 were both being allowed to set WOL to enabled even though it is only supported on the first port for our adapters. 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>