From: Fugang Duan Date: Mon, 10 Nov 2014 06:51:49 +0000 (+0800) Subject: Bluetooth: hci-uart-ath: Correct the comments in this driver X-Git-Tag: v3.19-rc1~118^2~134^2~5^2~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f66261408615093e58e515a1cfefd597c9990e27;p=thirdparty%2Fkernel%2Flinux.git Bluetooth: hci-uart-ath: Correct the comments in this driver Correct the comments in this driver. Set the CRTSCTS flag means automatic flow control is enabled. Signed-off-by: Fugang Duan Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/hci_ath.c b/drivers/bluetooth/hci_ath.c index 0bc8a6a6a1485..2ff6dfd2d3f06 100644 --- a/drivers/bluetooth/hci_ath.c +++ b/drivers/bluetooth/hci_ath.c @@ -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);