Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6626140 authored by Fugang Duan's avatar Fugang Duan Committed by Marcel Holtmann
Browse files

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: default avatarFugang Duan <B38611@freescale.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 252670c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);