net/temac: FIX segfault when process old irqs
authorRicardo Ribalda <ricardo.ribalda@gmail.com>
Mon, 7 Nov 2011 23:31:58 +0000 (23:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2011 20:37:38 +0000 (15:37 -0500)
commit50ec1538fac0e39078d45ca5f8a5186621830058
tree0cf86765fed469bbfd5be682321cf5a895b1ae30
parent2bc8ca40f951163b3bb75949479e2755c12c1b96
net/temac: FIX segfault when process old irqs

Do not enable the irq until the scatter gather registers are ready to
handle the data. Otherwise an irq from a packet send/received before
last close can lead to an access to an invalid memory region on the irq
handler.

Also, stop the dma engine on close.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/ll_temac_main.c