]> bbs.cooldavid.org Git - jme.git/blobdiff - jme.h
Update driver version
[jme.git] / jme.h
diff --git a/jme.h b/jme.h
index 4ee3e0b47c7ae60cc5780f3e2662adb65f1c4c7a..cc060200355b2790f644b1c20de60baff64c20c2 100644 (file)
--- a/jme.h
+++ b/jme.h
@@ -27,7 +27,7 @@
 #include <linux/interrupt.h>
 
 #define DRV_NAME       "jme"
-#define DRV_VERSION    "1.0.8.2-jmmod"
+#define DRV_VERSION    "1.0.8.9-jmmod-noasd"
 #define PFX            DRV_NAME ": "
 
 #define PCI_DEVICE_ID_JMICRON_JMC250   0x0250
@@ -112,6 +112,10 @@ do {                                                                       \
 #define NETIF_F_IPV6_CSUM 0
 #endif
 
+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18)
+#define __NO_BOOL__
+#endif
+
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
 #define __USE_NDO_FIX_FEATURES__
 #endif