[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO
Enable the common timestamp functionality that the network subsystem provides for L2CAP, RFCOMM and SCO sockets. It is possible to either use SO_TIMESTAMP or the IOCTLs to retrieve the timestamp of the current packet. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
@ -921,7 +921,7 @@ static const struct proto_ops sco_sock_ops = {
|
||||
.sendmsg = sco_sock_sendmsg,
|
||||
.recvmsg = bt_sock_recvmsg,
|
||||
.poll = bt_sock_poll,
|
||||
.ioctl = sock_no_ioctl,
|
||||
.ioctl = bt_sock_ioctl,
|
||||
.mmap = sock_no_mmap,
|
||||
.socketpair = sock_no_socketpair,
|
||||
.shutdown = sock_no_shutdown,
|
||||
|
Reference in New Issue
Block a user