Commit 1f61379e authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman

Staging: wlan-ng: Cleanup wlan_compat.h more

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: default avatarMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3bd937af
...@@ -59,6 +59,8 @@ ...@@ -59,6 +59,8 @@
/*================================================================*/ /*================================================================*/
/* Constants */ /* Constants */
#define WLAN_RELEASE "0.3.0-staging"
#define WLAN_DEVICE_CLOSED 0 #define WLAN_DEVICE_CLOSED 0
#define WLAN_DEVICE_OPEN 1 #define WLAN_DEVICE_OPEN 1
......
...@@ -93,8 +93,6 @@ ...@@ -93,8 +93,6 @@
#define WLAN_DBVAR wlan_debug #define WLAN_DBVAR wlan_debug
#endif #endif
#define WLAN_RELEASE "0.3.0-lkml"
#include <linux/hardirq.h> #include <linux/hardirq.h>
#define WLAN_LOG_ERROR(x,args...) printk(KERN_ERR "%s: " x , __func__ , ##args); #define WLAN_LOG_ERROR(x,args...) printk(KERN_ERR "%s: " x , __func__ , ##args);
...@@ -179,10 +177,5 @@ typedef struct net_device netdevice_t; ...@@ -179,10 +177,5 @@ typedef struct net_device netdevice_t;
extern int wlan_debug; extern int wlan_debug;
#endif #endif
extern int wlan_ethconv; /* What's the default ethconv? */
/*=============================================================*/
/*--- Functions -----------------------------------------------*/
/*=============================================================*/
#endif /* _WLAN_COMPAT_H */ #endif /* _WLAN_COMPAT_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment