]> git.baikalelectronics.ru Git - kernel.git/commit
cnic: Fix L2CTX_STATUSB_NUM offset in context memory.
authorMichael Chan <mchan@broadcom.com>
Wed, 28 Oct 2009 10:41:59 +0000 (03:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:41:59 +0000 (03:41 -0700)
commit572dd00771d03902a0c2f3b4c73b78c38e0d36e5
treee6b145c7ca382a47e4adb3fe79ff00a976338f5a
parent707747b8a74a83bbdf405499503446a6f5e5cf31
cnic: Fix L2CTX_STATUSB_NUM offset in context memory.

The BNX2_L2CTX_STATUSB_NUM definition needs to be changed to match
the recent firmware update:

commit ae9f50baa94b44e08bf42e542d495d6567d475d3
bnx2: Update firmware to 5.0.0.j3.

Without the fix, bnx2 can crash intermittently in bnx2_rx_int() when
iSCSI is enabled.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.h
drivers/net/cnic.c