commit 84afe2e0a6670ed636559ccbd5b917b7e6ba7d80
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Aug 3 17:06:59 2017 +0200
Lower for rhel6 compat
ndiswrapper-1.61-rhel.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ndiswrapper-1.61-rhel.patch b/ndiswrapper-1.61-rhel.patch
index a35031b..f2ab8c1 100644
--- a/ndiswrapper-1.61-rhel.patch
+++ b/ndiswrapper-1.61-rhel.patch
@@ -6,7 +6,7 @@ diff -up ndiswrapper-1.61/driver/ntoskernel.h.rhel
ndiswrapper-1.61/driver/ntosk
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
static inline void reinit_completion(struct completion *x)
{
INIT_COMPLETION(*x);