aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wlan-ng/wlan_compat.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2008-10-27 11:14:05 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:51:55 -0800
commitff1ae8f3c1b972ff850400abdd5f7da36270f408 (patch)
tree72401f4aeaadc67d97c162e3cab03143cfdab86c /drivers/staging/wlan-ng/wlan_compat.h
parent905862c9f98676807931c9c832ee12ba0d58bc88 (diff)
Staging: wlan-ng: Eliminate local 'version.h'
The kernel provides us with the proper version of this file. Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/wlan_compat.h')
-rw-r--r--drivers/staging/wlan-ng/wlan_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/wlan-ng/wlan_compat.h b/drivers/staging/wlan-ng/wlan_compat.h
index 3127754f9fe..0ecc3fa4988 100644
--- a/drivers/staging/wlan-ng/wlan_compat.h
+++ b/drivers/staging/wlan-ng/wlan_compat.h
@@ -134,6 +134,8 @@ typedef int64_t INT64;
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#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);