[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251113061028.114218-1-13875017792@163.com>
Date: Thu, 13 Nov 2025 14:10:28 +0800
From: Gongwei Li <13875017792@....com>
To: Marcel Holtmann <marcel@...tmann.org>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>
Cc: Johan Hedberg <johan.hedberg@...il.com>,
linux-bluetooth@...r.kernel.org,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Gongwei Li <ligongwei@...inos.cn>,
Paul Menzel <pmenzel@...gen.mpg.de>
Subject: [PATCH v2 1/2] Bluetooth: Remove unused hcon->remote_id
From: Gongwei Li <ligongwei@...inos.cn>
hcon->remote_id last use was removed in 2024 by
commit e7b02296fb40 ("Bluetooth: Remove BT_HS").
Remove it.
Fixes: e7b02296fb40 ("Bluetooth: Remove BT_HS")
Signed-off-by: Gongwei Li <ligongwei@...inos.cn>
Reviewed-by: Paul Menzel <pmenzel@...gen.mpg.de>
---
v1->v2: Add Fixes tags
include/net/bluetooth/hci_core.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 18396e369..9efdefed3 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -750,7 +750,6 @@ struct hci_conn {
__u8 remote_cap;
__u8 remote_auth;
- __u8 remote_id;
unsigned int sent;
--
2.25.1
Powered by blists - more mailing lists