[PATCH 1/2] Bluetooth: Remove unused hcon->remote_id
From: Gongwei Li
Date: Wed Nov 12 2025 - 04:48:56 EST
From: Gongwei Li <ligongwei@xxxxxxxxxx>
hcon->remote_id last use was removed in 2024 by
commit e7b02296fb40 ("Bluetooth: Remove BT_HS").
Remove it.
Signed-off-by: Gongwei Li <ligongwei@xxxxxxxxxx>
---
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 b8100dbfe5d7..32b1c08c8bba 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -749,7 +749,6 @@ struct hci_conn {
__u8 remote_cap;
__u8 remote_auth;
- __u8 remote_id;
unsigned int sent;
--
2.25.1