All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Bluetooth: Remove unused hcon->remote_id
@ 2025-11-12  9:48 Gongwei Li
  2025-11-12  9:48 ` [PATCH 2/2] Bluetooth: Process Read Remote Version evt Gongwei Li
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Gongwei Li @ 2025-11-12  9:48 UTC (permalink / raw)
  To: Marcel Holtmann, Luiz Augusto von Dentz
  Cc: Johan Hedberg, linux-bluetooth, netdev, linux-kernel, Gongwei Li

From: Gongwei Li <ligongwei@kylinos.cn>

hcon->remote_id last use was removed in 2024 by
commit e7b02296fb40 ("Bluetooth: Remove BT_HS").

Remove it.

Signed-off-by: Gongwei Li <ligongwei@kylinos.cn>
---
 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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-11-13 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12  9:48 [PATCH 1/2] Bluetooth: Remove unused hcon->remote_id Gongwei Li
2025-11-12  9:48 ` [PATCH 2/2] Bluetooth: Process Read Remote Version evt Gongwei Li
2025-11-12  9:55   ` Paul Menzel
2025-11-12 10:09 ` [PATCH 1/2] Bluetooth: Remove unused hcon->remote_id Paul Menzel
2025-11-12 10:38 ` [1/2] " bluez.test.bot
2025-11-13  6:10 ` [PATCH v2 1/2] " Gongwei Li
2025-11-13  6:43   ` [v2,1/2] " bluez.test.bot
2025-11-13  6:11 ` [PATCH v2 2/2] Bluetooth: Process Read Remote Version evt Gongwei Li
2025-11-13  6:25   ` [v2,2/2] " bluez.test.bot
2025-11-13 15:54   ` [PATCH v2 2/2] " Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.