summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/020-disable_tty_set_termios.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-01-30 13:21:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-01-30 13:21:36 +0000
commiteb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74 (patch)
treef384015bf67b4da2efefd6d04a7f620dfe4504b1 /package/kernel/mac80211/patches/020-disable_tty_set_termios.patch
parent2725913d2acca4774c41c7de0d8f4940615a3f1d (diff)
downloadmtk-20170518-eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74.zip
mtk-20170518-eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74.tar.gz
mtk-20170518-eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74.tar.bz2
mac80211: update to wireless-testing 2014-01-23
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39427
Diffstat (limited to 'package/kernel/mac80211/patches/020-disable_tty_set_termios.patch')
-rw-r--r--package/kernel/mac80211/patches/020-disable_tty_set_termios.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/020-disable_tty_set_termios.patch b/package/kernel/mac80211/patches/020-disable_tty_set_termios.patch
index 89c6a60..e6d4ff6 100644
--- a/package/kernel/mac80211/patches/020-disable_tty_set_termios.patch
+++ b/package/kernel/mac80211/patches/020-disable_tty_set_termios.patch
@@ -6,11 +6,11 @@
+#ifdef CONFIG_COMPAT_BLUETOOTH
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
+ #ifdef CONFIG_TTY
/*
- * Termios Helper Methods
-@@ -112,4 +113,4 @@ int tty_set_termios(struct tty_struct *t
- }
+@@ -114,4 +115,4 @@ int tty_set_termios(struct tty_struct *t
EXPORT_SYMBOL_GPL(tty_set_termios);
+ #endif /* CONFIG_TTY */
#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) */
-
+#endif