1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Fixes from Compex to make OpenWrt run on WP54AG, thanks !

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6817 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-04-02 09:34:39 +00:00
parent 35542adfe3
commit 3e0bf90d9e
4 changed files with 103 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ struct adm5120_dma {
u32 status;
} __attribute__ ((packed));
#define ADM5120_DMA_MASK 0x00ffffff
#define ADM5120_DMA_MASK 0x01ffffff
#define ADM5120_DMA_OWN 0x80000000 /* buffer owner */
#define ADM5120_DMA_RINGEND 0x10000000 /* Last in DMA ring */