aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-16 10:01:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-16 10:01:59 +0000
commit86666298d70fb34fc6e383e1aa15e4ae1f4d4836 (patch)
tree866e68a7407dd0844d2b326e9b31b495fc9abb1d /target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h
parent6f56a219b4f9c58c51b86226898bf123cf7b133f (diff)
downloadmaster-187ad058-86666298d70fb34fc6e383e1aa15e4ae1f4d4836.tar.gz
master-187ad058-86666298d70fb34fc6e383e1aa15e4ae1f4d4836.tar.bz2
master-187ad058-86666298d70fb34fc6e383e1aa15e4ae1f4d4836.zip
more cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6309 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h')
-rw-r--r--target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h b/target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h
deleted file mode 100644
index d10d9eadee..0000000000
--- a/target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _AR2313_MSG_H_
-#define _AR2313_MSG_H_
-
-#define AR2313_MTU 1692
-#define AR2313_PRIOS 1
-#define AR2313_QUEUES (2*AR2313_PRIOS)
-
-#define AR2313_DESCR_ENTRIES 64
-
-typedef struct {
- volatile unsigned int status; // OWN, Device control and status.
- volatile unsigned int devcs; // pkt Control bits + Length
- volatile unsigned int addr; // Current Address.
- volatile unsigned int descr; // Next descriptor in chain.
-} ar2313_descr_t;
-
-#endif /* _AR2313_MSG_H_ */