From d199a75a1cbdb2ff1678cdff01cd976b5552d73e Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Tue, 2 Sep 2008 19:27:56 -0700 Subject: Start of new compat-wireless git tree for kernels >= 2.6.27 For older kernels please see compat-wireless-2.6-old.git. We split because of the new TX Multiqueue changes introduced which were difficult to backport. Signed-off-by: Luis R. Rodriguez --- compat/compat.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 compat/compat.c (limited to 'compat/compat.c') diff --git a/compat/compat.c b/compat/compat.c new file mode 100644 index 00000000..3a6914c3 --- /dev/null +++ b/compat/compat.c @@ -0,0 +1,19 @@ +/* + * Copyright 2007 Luis R. Rodriguez + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Compatibility file for Linux wireless for kernels 2.6.22 - tip + * The headers don't need to be modified as we're simply adding them. + */ + +#include + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) + +/* 2.6.27 compat code goes here */ + +#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28) */ + -- cgit v1.2.3