net: xilinx_ethlite: Fix Rx-pong interrupt
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 6 May 2014 04:39:38 +0000 (21:39 -0700)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 9 Jun 2014 13:38:58 +0000 (15:38 +0200)
commit40e76f736d09535bc20e980a06c059229c7b5265
treebace666bd3a8f317041baf2a9e6279d1f9080486
parent959e41473f2179850578482052fb73b913bc4e42
net: xilinx_ethlite: Fix Rx-pong interrupt

There is no CTRL_I bit in the pong buffer control register. The
CTRL_I bit from the ping buffer masks both ping and pong buffers.
Fix.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/net/xilinx_ethlite.c