Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan

As part of the moving channel to stuff to struct l2cap_chan.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Gustavo F. Padovan
2011-03-25 19:58:34 -03:00
parent 525cd1851b
commit 42e5c8027b
3 changed files with 73 additions and 77 deletions

View File

@ -777,7 +777,7 @@ static int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, struct ms
}
if (pi->mode == L2CAP_MODE_STREAMING) {
l2cap_streaming_send(sk);
l2cap_streaming_send(pi->chan);
err = len;
break;
}