Patch "Bluetooth: Remove codec id field in vendor codec definition" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    Bluetooth: Remove codec id field in vendor codec definition

to the 6.0-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     bluetooth-remove-codec-id-field-in-vendor-codec-defi.patch
and it can be found in the queue-6.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit ff3d477d5230b4e69efaf279a6f0dcafca7d488b
Author: Chethan T N <chethan.tumkur.narayan@xxxxxxxxx>
Date:   Tue Nov 22 14:32:56 2022 +0530

    Bluetooth: Remove codec id field in vendor codec definition
    
    [ Upstream commit 93df7d56f15e217009323c0fbb5213ab7a14520b ]
    
    As per the specfication vendor codec id is defined.
    BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 4, Part E page 2127
    
    Fixes: 9ae664028a9e ("Bluetooth: Add support for Read Local Supported Codecs V2")
    Signed-off-by: Chethan T N <chethan.tumkur.narayan@xxxxxxxxx>
    Signed-off-by: Kiran K <kiran.k@xxxxxxxxx>
    Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index a3c7dcfa0a05..4518c63e9d17 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1431,7 +1431,6 @@ struct hci_std_codecs_v2 {
 } __packed;
 
 struct hci_vnd_codec_v2 {
-	__u8	id;
 	__le16	cid;
 	__le16	vid;
 	__u8	transport;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux