projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: fix resetting the hw during channel change when the MAC fails to go idle
[openwrt.git]
/
package
/
mac80211
/
patches
/
030-disable_tty_set_termios.patch
diff --git
a/package/mac80211/patches/030-disable_tty_set_termios.patch
b/package/mac80211/patches/030-disable_tty_set_termios.patch
index
fc5d4d6
..
654c2a8
100644
(file)
--- a/
package/mac80211/patches/030-disable_tty_set_termios.patch
+++ b/
package/mac80211/patches/030-disable_tty_set_termios.patch
@@
-1,14
+1,14
@@
--- a/compat/compat-2.6.39.c
+++ b/compat/compat-2.6.39.c
--- a/compat/compat-2.6.39.c
+++ b/compat/compat-2.6.39.c
-@@ -12,6 +12,7 @@
+@@ -11,6 +11,7 @@
+ #include <linux/compat.h>
#include <linux/tty.h>
#include <linux/tty.h>
- #include <linux/sched.h>
+#ifdef CONFIG_COMPAT_BLUETOOTH
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
/*
* Termios Helper Methods
+#ifdef CONFIG_COMPAT_BLUETOOTH
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
/*
* Termios Helper Methods
-@@ -11
1,4 +112
,4 @@ int tty_set_termios(struct tty_struct *t
+@@ -11
0,4 +111
,4 @@ int tty_set_termios(struct tty_struct *t
}
EXPORT_SYMBOL_GPL(tty_set_termios);
#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) */
}
EXPORT_SYMBOL_GPL(tty_set_termios);
#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) */
This page took
0.020409 seconds
and
4
git commands to generate.