linux/drivers/net/ethernet/atheros
Peter Senna Tschudin 8d7f1fbf08 ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bug
1. For the 64 bits dma mask use dma_set_mask_and_coherent instead of
   dma_set_mask and dma_set_coherent_mask.

2. For the 32 bits dma mask dma_set_coherent_mask is only called if
   dma_set_mask fails, which is unusual. Assuming this as a bug, fixes
   it by replacing calls to dma_set_mask and dma_set_coherent_mask by a
   call to dma_set_mask_and_coherent.

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Tested-by: Jonas Hahnfeld <hahnjo@hahnjo.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-17 17:19:45 -04:00
..
alx ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bug 2014-03-17 17:19:45 -04:00
atl1c drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
atl1e drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
atlx atl1: update statistics code 2014-01-14 17:18:06 -08:00
Kconfig alx: remove NET_CORE Kconfig select 2013-07-01 13:18:19 -07:00
Makefile alx: add a simple AR816x/AR817x device driver 2013-06-17 16:04:34 -07:00