net: emaclite: Remove unnecessary code that enables/disables interrupts on PONG buffers
authorSrikanth Thokala <sthokal@xilinx.com>
Sat, 7 Dec 2013 08:10:48 +0000 (13:40 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Dec 2013 02:02:25 +0000 (21:02 -0500)
There are no specific interrupts for the PONG buffer on both
transmit and receive side, same interrupt is valid for both
buffers. So, this patch removes this code.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Reviewed-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found