mac80211: re-enable beacon channel hints
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 030-disable_tty_set_termios.patch
1 --- a/compat/compat-2.6.39.c
2 +++ b/compat/compat-2.6.39.c
3 @@ -11,6 +11,7 @@
4 #include <linux/compat.h>
5 #include <linux/tty.h>
6
7 +#ifdef CONFIG_COMPAT_BLUETOOTH
8 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
9 /*
10 * Termios Helper Methods
11 @@ -110,4 +111,4 @@ int tty_set_termios(struct tty_struct *t
12 }
13 EXPORT_SYMBOL_GPL(tty_set_termios);
14 #endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) */
15 -
16 +#endif