Reduce stack usage where it exceeds 1024 bytes.
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 24 Jun 2009 20:38:56 +0000 (20:38 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 24 Jun 2009 20:38:56 +0000 (20:38 +0000)
Reference: trunk@4022.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4033 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath_ahb.h

index 54961d6273f88b6bc254351050106712751e2a4a..4129c4a21759cd277ac96b8f7f82a4116c849847 100644 (file)
        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)               \