aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-05-07 12:40:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-05-07 12:40:28 +0000
commitc37636c2236c4cd257aab7a29711b45dac63d6d9 (patch)
treeae5af66fe0a7d7d83bff18c3bc39ae01d9e553d7 /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parent3c6c9f58665024f7a3fcca1db765e9d490fe49ef (diff)
downloadupstream-c37636c2236c4cd257aab7a29711b45dac63d6d9.tar.gz
upstream-c37636c2236c4cd257aab7a29711b45dac63d6d9.tar.bz2
upstream-c37636c2236c4cd257aab7a29711b45dac63d6d9.zip
ar71xx: ag71xx: add timestamps to ag71xx_buf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26844 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h')
-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 06bdb35c93..3bcb89609d 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -91,7 +91,7 @@ struct ag71xx_buf {
struct sk_buff *skb;
struct ag71xx_desc *desc;
dma_addr_t dma_addr;
- u32 pad;
+ unsigned long timestamp;
};
struct ag71xx_ring {