]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/bluetooth/hci_ath.c
Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[karo-tx-linux.git] / drivers / bluetooth / hci_ath.c
index 0bc8a6a6a14850744d27788b9850ddf9bacac99f..2ff6dfd2d3f0657e13853ec13b04a7b51cf765a6 100644 (file)
@@ -74,7 +74,7 @@ static int ath_wakeup_ar3k(struct tty_struct *tty)
 
        status = tty->driver->ops->tiocmget(tty);
 
-       /* Disable Automatic RTSCTS */
+       /* Enable Automatic RTSCTS */
        ktermios.c_cflag |= CRTSCTS;
        status = tty_set_termios(tty, &ktermios);