android_kernel_motorola_sm6225/drivers/net/ethernet/atheros/atlx
Tony Zelenoff 03662e41c7 atl1: fix kernel panic in case of DMA errors
Problem:
There was two separate work_struct structures which share one
handler. Unfortunately getting atl1_adapter structure from
work_struct in case of DMA error was done from incorrect
offset which cause kernel panics.

Solution:
The useless work_struct for DMA error removed and
handler name changed to more generic one.

Signed-off-by: Tony Zelenoff <antonz@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-13 13:34:20 -04:00
..
atl1.c atl1: fix kernel panic in case of DMA errors 2012-04-13 13:34:20 -04:00
atl1.h atl1: fix kernel panic in case of DMA errors 2012-04-13 13:34:20 -04:00
atl2.c atlx: Use ETH_ALEN 2012-03-19 16:53:08 -04:00
atl2.h atlx: Use ETH_ALEN 2012-03-19 16:53:08 -04:00
atlx.c atl1: fix kernel panic in case of DMA errors 2012-04-13 13:34:20 -04:00
atlx.h atlx: Use ETH_ALEN 2012-03-19 16:53:08 -04:00
Makefile atl*: Move the Atheros drivers 2011-08-11 16:29:59 -07:00