Archived
14
0
Fork 0

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: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Moritz Muehlenhoff 2009-01-21 22:00:43 +01:00 committed by Greg Kroah-Hartman
parent 3bd937af26
commit 1f61379e82
2 changed files with 2 additions and 7 deletions

View file

@ -59,6 +59,8 @@
/*================================================================*/
/* Constants */
#define WLAN_RELEASE "0.3.0-staging"
#define WLAN_DEVICE_CLOSED 0
#define WLAN_DEVICE_OPEN 1

View file

@ -93,8 +93,6 @@
#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);
@ -179,10 +177,5 @@ typedef struct net_device netdevice_t;
extern int wlan_debug;
#endif
extern int wlan_ethconv; /* What's the default ethconv? */
/*=============================================================*/
/*--- Functions -----------------------------------------------*/
/*=============================================================*/
#endif /* _WLAN_COMPAT_H */