[ar71xx] ag71xx driver: fix a typo
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Jul 2009 12:20:02 +0000 (12:20 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Jul 2009 12:20:02 +0000 (12:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16827 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h

index 2e73133..dd19f44 100644 (file)
@@ -94,7 +94,7 @@ struct ag71xx_buf {
 
 struct ag71xx_ring {
        struct ag71xx_buf       *buf;
-       struct ag71xx_desc      *descs_cpu;
+       u8                      *descs_cpu;
        dma_addr_t              descs_dma;
        unsigned int            desc_size;
        unsigned int            curr;