diff options
Diffstat (limited to 'drivers/bluetooth/hci_ath.c')
| -rw-r--r-- | drivers/bluetooth/hci_ath.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ath.c b/drivers/bluetooth/hci_ath.c index 12172a6a95c..0bc8a6a6a14 100644 --- a/drivers/bluetooth/hci_ath.c +++ b/drivers/bluetooth/hci_ath.c @@ -58,7 +58,7 @@ static int ath_wakeup_ar3k(struct tty_struct *tty)  		return status;  	/* Disable Automatic RTSCTS */ -	memcpy(&ktermios, tty->termios, sizeof(ktermios)); +	ktermios = tty->termios;  	ktermios.c_cflag &= ~CRTSCTS;  	tty_set_termios(tty, &ktermios);  |