mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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
This commit is contained in:
parent
849695f17f
commit
e8c1f45369
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user