sync 8.09 with ar71xx changes from trunk
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx.h
index 230e4816d53e660c1df8fd89afd2821386934947..2f60d19b5f7c2320dfebd6820504a6e2a3c3c52b 100644 (file)
@@ -37,7 +37,7 @@
 #define ETH_FCS_LEN    4
 
 #define AG71XX_DRV_NAME                "ag71xx"
-#define AG71XX_DRV_VERSION     "0.4.0"
+#define AG71XX_DRV_VERSION     "0.4.2"
 
 #define AG71XX_NAPI_TX         1
 
@@ -120,6 +120,7 @@ struct ag71xx {
        struct platform_device  *pdev;
        struct net_device       *dev;
        struct napi_struct      napi;
+       u32                     msg_enable;
 
        struct ag71xx_ring      rx_ring;
        struct ag71xx_ring      tx_ring;