svn commit: r366395 - stable/12/sys/netgraph/bluetooth/include
Kyle Evans
kevans at FreeBSD.org
Sat Oct 3 13:27:58 UTC 2020
Author: kevans
Date: Sat Oct 3 13:27:57 2020
New Revision: 366395
URL: https://svnweb.freebsd.org/changeset/base/366395
Log:
MFC r361254: Fix Typo in ng_hci_le_connection_complete_ep struct.
PR: 246538
Modified:
stable/12/sys/netgraph/bluetooth/include/ng_hci.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/netgraph/bluetooth/include/ng_hci.h
==============================================================================
--- stable/12/sys/netgraph/bluetooth/include/ng_hci.h Sat Oct 3 13:27:12 2020 (r366394)
+++ stable/12/sys/netgraph/bluetooth/include/ng_hci.h Sat Oct 3 13:27:57 2020 (r366395)
@@ -1955,7 +1955,7 @@ typedef struct {
u_int16_t interval;
u_int8_t latency;
u_int16_t supervision_timeout;
- u_int8_t master_clock_accracy;
+ u_int8_t master_clock_accuracy;
} __attribute__ ((packed)) ng_hci_le_connection_complete_ep;
More information about the svn-src-stable-12
mailing list