Move version identifier into p80211netdev.h and rename it to 0.3.0-staging
to differentiate from the out-of-tree version.
Also remove the unused wlan_ethconv declaration.
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 /*================================================================*/
 /* Constants */
 
+#define WLAN_RELEASE   "0.3.0-staging"
+
 #define WLAN_DEVICE_CLOSED     0
 #define WLAN_DEVICE_OPEN       1
 
 
 #define WLAN_DBVAR     wlan_debug
 #endif
 
-#define WLAN_RELEASE   "0.3.0-lkml"
-
 #include <linux/hardirq.h>
 
 #define WLAN_LOG_ERROR(x,args...) printk(KERN_ERR "%s: " x , __func__ , ##args);
 extern int wlan_debug;
 #endif
 
-extern int wlan_ethconv;               /* What's the default ethconv? */
-
-/*=============================================================*/
-/*--- Functions -----------------------------------------------*/
-/*=============================================================*/
 #endif /* _WLAN_COMPAT_H */