compat-wireless: backport tty termios changes
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 24 Jul 2012 21:36:37 +0000 (14:36 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 24 Jul 2012 21:36:37 +0000 (14:36 -0700)
commit67a0cbe389703c36de49e59902d40185a61fca09
treecfdf1b10598b469f6ddd90a93fcd7f350c7dc62e
parent1055b2950a7aa8a8e9c714d6fc6f067c8f641c01
compat-wireless: backport tty termios changes

This patch requires a manual backport:

commit adc8d746caa67fff4b53ba3e5163a6cbacc3b523
Author: Alan Cox <alan@linux.intel.com>
Date:   Sat Jul 14 15:31:47 2012 +0100

    tty: move the termios object into the tty

    This will let us sort out a whole pile of tty related races. The
    alternative would be to keep points and refcount the termios objects.
    However
    1. They are tiny anyway
    2. Many devices don't use the stored copies
    3. We can remove a pty special case

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
We cannot use compat.git for this given that the assignment
was not done through a static inline helper.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/63-tty-termios.patch [new file with mode: 0644]