ar71xx: ag71xx: add debugfs entry for [rt]x_ring
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx.h
index 06bdb35..3bcb896 100644 (file)
@@ -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 {
This page took 0.025156 seconds and 4 git commands to generate.