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

From: Gongwei Li <ligongwei@kylinos.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@kylinos.cn>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
v1->v2: Add Fixes tags
v2->v3: No modifications
 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


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

end of thread, other threads:[~2025-11-18  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18  9:28 [PATCH v3 1/2] Bluetooth: Remove unused hcon->remote_id Gongwei Li
2025-11-18  9:28 ` [PATCH v3 2/2] Bluetooth: Process Read Remote Version evt Gongwei Li
2025-11-18  9:44 ` [v3,1/2] Bluetooth: Remove unused hcon->remote_id bluez.test.bot

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.