X-Git-Url: http://bbs.cooldavid.org/git/?p=jme.git;a=blobdiff_plain;f=jme.h;h=0806276aba597249786ac794935b54ed019fdcef;hp=7d7d5fc40142dd7a35b2375d66f264fb8c7e893f;hb=38d1bc091b7a441c6418020aa717dabebc242dfa;hpb=7ca9ebeed0c8f2d5ff017bfa190a850c19295dd5 diff --git a/jme.h b/jme.h index 7d7d5fc..0806276 100644 --- a/jme.h +++ b/jme.h @@ -25,7 +25,7 @@ #define __JME_H_INCLUDED__ #define DRV_NAME "jme" -#define DRV_VERSION "1.0.6-jmmod" +#define DRV_VERSION "1.0.6.1-jmmod" #define PFX DRV_NAME ": " #define PCI_DEVICE_ID_JMICRON_JMC250 0x0250 @@ -481,7 +481,6 @@ struct jme_adapter { spinlock_t phy_lock; spinlock_t macaddr_lock; spinlock_t rxmcs_lock; - spinlock_t vlgrp_lock; struct tasklet_struct rxempty_task; struct tasklet_struct rxclean_task; struct tasklet_struct txclean_task;