Re: [BNX2]: Fix link interrupt problem.

2007-03-28 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 28 Mar 2007 13:57:18 -0800 > [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_bi

[BNX2]: Fix link interrupt problem.

2007-03-28 Thread Michael Chan
[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 Ch