This patch series mostly add support for kernel 3.XX. It also fixes a bug. Patch 1 and 3 are needing some patches in compat-wireless and vice versa. All these patches should so go into linux-3.0.0.y branch. Hauke Mehrtens (4): compat: add support for kernel 3.0 compat: add device name in register_netdevice(dev) compat: rename CONFIG_COMPAT_KERNEL_ compat: add KEY_WPS_BUTTON compat/Makefile | 38 +++++++++++++++++++------------------- include/linux/compat-2.6.34.h | 2 ++ include/linux/compat-2.6.40.h | 29 ----------------------------- include/linux/compat-2.6.h | 3 ++- include/linux/compat-3.0.h | 31 +++++++++++++++++++++++++++++++ include/linux/compat-3.1.h | 27 +++++++++++++++++++++++++++ 6 files changed, 81 insertions(+), 49 deletions(-) delete mode 100644 include/linux/compat-2.6.40.h create mode 100644 include/linux/compat-3.0.h create mode 100644 include/linux/compat-3.1.h -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html