mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 04:54:52 +00:00
rfcomm: get rid of mentioning TIOC[SG]SERIAL
no support there Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
5099d234a5
commit
6a9daed31c
1 changed files with 0 additions and 8 deletions
|
@ -839,14 +839,6 @@ static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned l
|
|||
BT_DBG("TIOCMIWAIT");
|
||||
break;
|
||||
|
||||
case TIOCGSERIAL:
|
||||
BT_ERR("TIOCGSERIAL is not supported");
|
||||
return -ENOIOCTLCMD;
|
||||
|
||||
case TIOCSSERIAL:
|
||||
BT_ERR("TIOCSSERIAL is not supported");
|
||||
return -ENOIOCTLCMD;
|
||||
|
||||
case TIOCSERGSTRUCT:
|
||||
BT_ERR("TIOCSERGSTRUCT is not supported");
|
||||
return -ENOIOCTLCMD;
|
||||
|
|
Loading…
Add table
Reference in a new issue