]> git.baikalelectronics.ru Git - kernel.git/commit
[BNX2]: Fix netdev watchdog on 5708.
authorMichael Chan <mchan@broadcom.com>
Tue, 5 Jun 2007 04:17:10 +0000 (21:17 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Jun 2007 20:38:36 +0000 (13:38 -0700)
commit1516557a09e9493ee21d445eb55a6613a10f2e05
tree6e9076d1d28c3ba12f5483a56129d6bd812fe240
parent6a4610ff85447f1f19c581bbbe296b39a971964d
[BNX2]: Fix netdev watchdog on 5708.

There's a bug in the driver that only initializes half of the context
memory on the 5708.  Surprisingly, this works most of the time except
for some occasional netdev watchdogs when sending a lot of 64-byte
packets.  The fix is to add the missing code to initialize the 2nd
halves of all context memory.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c