aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-08-10 09:18:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-08-10 09:18:42 +0000
commitdd67cca09818f4c2f4c271d114b6291ee9bfc7b0 (patch)
tree241ee5587607181bfa704daf53233b3643a85c31 /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parent9b65a8cf60505205ea12b3d6e1dc70be9738fb7f (diff)
downloadupstream-dd67cca09818f4c2f4c271d114b6291ee9bfc7b0.tar.gz
upstream-dd67cca09818f4c2f4c271d114b6291ee9bfc7b0.tar.bz2
upstream-dd67cca09818f4c2f4c271d114b6291ee9bfc7b0.zip
[ar71xx] ag71xx: add initial message level support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12262 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.h3
1 files changed, 2 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 230e4816d5..d2d055d556 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -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.1"
#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;