The api change this patch is needed for is not in kernel 3.6-rc1. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/63-tty-termios.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/63-tty-termios.patch b/patches/63-tty-termios.patch index dd7c300..b868ae9 100644 --- a/patches/63-tty-termios.patch +++ b/patches/63-tty-termios.patch @@ -25,7 +25,7 @@ was not done through a static inline helper. return status; /* Disable Automatic RTSCTS */ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) ++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0)) ktermios = tty->termios; +#else + memcpy(&ktermios, tty->termios, sizeof(ktermios)); -- 1.7.9.5 -- 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