commit | db8b22550d4b83f0910d27a34d05aa16f7f7159f | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Wed Mar 28 14:17:36 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Mar 28 20:23:52 2007 -0700 |
tree | e10289596ad86477e5911ce4efba6bc677e466ce | |
parent | 190a4408ecb577391ea5fbd1f90148a6992a5756 [diff] |
[BNX2]: Fix link interrupt problem. bnx2_has_work()'s logic is flawed and can cause the driver to miss a link event. The fix is to compare the status block's attn_bits and attn_bits_ack to determine if there is a link event. Update version to 1.5.6. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>