Thanks Marcel! On Fri, Jun 12, 2020 at 9:12 AM Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: > > Hi Alain, > > > This change adds support for reporting the BT_PKT_STATUS to the socket > > CMSG data to allow the implementation of a packet loss correction on > > erronous data received on the SCO socket. > > > > The patch was partially developed by Marcel Holtmann and validated by > > Hsin-yu Chao. > > > > Signed-off-by: Alain Michaud <alainm@xxxxxxxxxxxx> > > > > --- > > > > Changes in v6: > > - Fixing sparse errors. > > > > Changes in v5: > > - reducing cmsg_mask to 8 bit > > - clarifying the public symbol usage versus internal CMSG flags. > > > > Changes in v4: > > - Addressing feedback from Marcel > > > > include/net/bluetooth/bluetooth.h | 10 ++++++++++ > > include/net/bluetooth/sco.h | 2 ++ > > net/bluetooth/af_bluetooth.c | 3 +++ > > net/bluetooth/hci_core.c | 1 + > > net/bluetooth/sco.c | 32 +++++++++++++++++++++++++++++++ > > 5 files changed, 48 insertions(+) > > patch has been applied to bluetooth-next tree. > > Regards > > Marcel >