Search Linux Wireless

[PATCH 1/3] compat-wireless: the tty termios change is not in 3.6-rc1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux