X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_ath.c;h=2ff6dfd2d3f0657e13853ec13b04a7b51cf765a6;hb=e7cf773d431a63a2417902696fcc9e0ebdc83bbe;hp=0bc8a6a6a14850744d27788b9850ddf9bacac99f;hpb=64acba6a7adfe8be2e28b7e903092db685328a08;p=karo-tx-linux.git diff --git a/drivers/bluetooth/hci_ath.c b/drivers/bluetooth/hci_ath.c index 0bc8a6a6a148..2ff6dfd2d3f0 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);