From e8c1f453693f2fd9b99f7065095504ba0ea929a0 Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 24 Jun 2009 20:38:56 +0000 Subject: [PATCH] Reduce stack usage where it exceeds 1024 bytes. Reference: trunk@4022. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4033 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath_ahb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ath/if_ath_ahb.h b/ath/if_ath_ahb.h index 54961d6..4129c4a 100644 --- a/ath/if_ath_ahb.h +++ b/ath/if_ath_ahb.h @@ -112,7 +112,7 @@ do { (void) (start); (void) (size); } while (0) #endif -#define bus_dma_sync_single dma_sync_single +#define bus_dma_sync_single dma_sync_single_for_cpu #define bus_map_single dma_map_single #define bus_unmap_single dma_unmap_single #define bus_alloc_consistent(_hwdev, _sz, _hdma) \