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)
commitd0549382da9997834ce65e489d9dbdc4b4693a2b
treee6b145c7ca382a47e4adb3fe79ff00a976338f5a
parentf568a926a353d6816b3704d7367f34371df44ce7
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 078b0735881c7969aaf21469f3577831cddd9f8c
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