Bluetooth: hci-uart-ath: Correct the comments in this driver
authorFugang Duan <b38611@freescale.com>
Mon, 10 Nov 2014 06:51:49 +0000 (14:51 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 10 Nov 2014 23:21:18 +0000 (00:21 +0100)
Correct the comments in this driver. Set the CRTSCTS flag means
automatic flow control is enabled.

Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_ath.c

index 0bc8a6a..2ff6dfd 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);