I'working under Ubuntu 7.10 with kernel version 2.6.22. I tried to get the compat-wireless package running and had some problems this patch series addresses. However, I don't know if this arises problems for kernel higher than 2.6.22. PATCH 1/3: Corrects the three failed hunks in compat/compat.diff. PATCH 2/3: Adds some missing functions and macros. PATCH 3/3: Enables iwlwifi build There remaines one problem. In kernel version 2.6.22 the BIT() macro is defined in include/linux/input.h. For iwlwifi which uses this header in iwl-rfkill.h this gives a redefinition of BIT() which is defined in include/linux/bitops.h now. -- 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