[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Jul 2008 18:13:50 +0000 (20:13 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Jul 2008 18:13:50 +0000 (20:13 +0200)
commit3241ad820dbb172021e0268b5611031991431626
tree628c3fbdc88f9de6c996358ebcb551176da38f1f
parent40be492fe4fab829951681860c2bb26fa1d5fe4a
[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>
include/net/bluetooth/bluetooth.h
net/bluetooth/af_bluetooth.c
net/bluetooth/l2cap.c
net/bluetooth/rfcomm/sock.c
net/bluetooth/sco.c