Hi, i have found a bug in file compat-2.6.28.h, here is it: /home/userx/wifi/compat-wireless-2012-07-03/include/linux/compat-2.6.28.h:35:57: warning: "defned" is not defined /home/userx/wifi/compat-wireless-2012-07-03/include/linux/compat-2.6.28.h:35:63: missing binary operator before token "(" Solution: On line 35 file compat-2.6.28.h Replace #if defined(CONFIG_64BIT) || defined(CONFIG_X86_PAE) || defned(CONFIG_PPC64) || defined(CONFIG_PHYS_64BIT) On #if defined(CONFIG_64BIT) || defined(CONFIG_X86_PAE) || defined(CONFIG_PPC64) || defined(CONFIG_PHYS_64BIT) compat-wireless version: [i14]~userx/wifi/compat-wireless-2012-07-03/ #tail .compat_* ==> .compat_autoconf_compat-wireless-2012-07-03-2-2-g40ec2b6 <== ==> .compat_base <== compat-2012-07-03 ==> .compat_base_tree <== linux-next.git ==> .compat_base_tree_version <== next-20120703 ==> .compat_version <== compat-wireless-2012-07-03-2-2-g40ec2b6 -- Yaaroslav Ivanov -- 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