Hi, I am trying to compile compat-wireless against a 2.6.24 kernel and when compiling compat-2.6.39.c, i get the following errors: /home/xxx/Documents/01_Src/03_LinuxKernels/compat-wireless-2011-02-24/compat/compat-2.6.39.c: In function tty_set_termios: /home/xxx/Documents/01_Src/03_LinuxKernels/compat-wireless-2011-02-24/compat/compat-2.6.39.c:81: error: struct tty_struct has no member named ctrl_lock /home/xxx/Documents/01_Src/03_LinuxKernels/compat-wireless-2011-02-24/compat/compat-2.6.39.c:91: error: struct tty_struct has no member named ctrl_lock /home/xxx/Documents/01_Src/03_LinuxKernels/compat-wireless-2011-02-24/compat/compat-2.6.39.c:96: error: struct tty_struct has no member named ops /home/xxx/Documents/01_Src/03_LinuxKernels/compat-wireless-2011-02-24/compat/compat-2.6.39.c:97: error: struct tty_struct has no member named ops /home/xxx/Documents/01_Src/03_LinuxKernels/compat-wireless-2011-02-24/compat/compat-2.6.39.c:103: error: struct tty_ldisc has no member named ops /home/xxx/Documents/01_Src/03_LinuxKernels/compat-wireless-2011-02-24/compat/compat-2.6.39.c:104: error: struct tty_ldisc has no member named ops I also checked, and in the 2.6.24 kernel, there is no ctrl_lock or ops within the tty_struct structure. This seems to be a bluetooth issue (as bluetooth is only supported by 2.6.27 and up, so I guess that needs to be checked in 2.6.39. Or else, am I missing something? Regards, Juan Carlos -- 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