bnx2x: Fix RX/TX problem caused by the MAC layer
authorYaniv Rosner <yanivr@broadcom.com>
Thu, 27 Oct 2011 05:09:47 +0000 (05:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Oct 2011 20:14:15 +0000 (16:14 -0400)
commitce7c048928473220394bb126b08596e92e998a36
treecd84a01e6c6dd20f889cf23b66d71b05a880e045
parenta9077bfd0b3fdcd1051cc3d09bf8c28f9d4d506a
bnx2x: Fix RX/TX problem caused by the MAC layer

This patch fixes a problem in which the host stops receiving data after
restarting the interface. This issue is caused by combination of incorrect
data path tap closure, along with missing MAC reset.

Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c