aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-07-13 12:20:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-07-13 12:20:02 +0000
commitea6ce3904f36a33542258f851a48ca0346f4d016 (patch)
tree32e0ed0b429cde8a16c9a7a9a7b6cc79b4153053 /target
parentbfef65dd159982ade8493abfc9e83177c19ed2d5 (diff)
downloadupstream-ea6ce3904f36a33542258f851a48ca0346f4d016.tar.gz
upstream-ea6ce3904f36a33542258f851a48ca0346f4d016.tar.bz2
upstream-ea6ce3904f36a33542258f851a48ca0346f4d016.zip
[ar71xx] ag71xx driver: fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16827 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index 2e73133447..dd19f44677 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -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;