summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/common/ng_bluetooth.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-07-14 13:45:05 +0000
committertrhodes <trhodes@FreeBSD.org>2008-07-14 13:45:05 +0000
commitb82c051e929ccb5ad039222effe37b0d4940e6ba (patch)
tree559af05befde458996bfb39b888cc3cd6896808d /sys/netgraph/bluetooth/common/ng_bluetooth.c
parent75a36a87b20a309ab015861360a0c356263ec6fa (diff)
downloadFreeBSD-src-b82c051e929ccb5ad039222effe37b0d4940e6ba.zip
FreeBSD-src-b82c051e929ccb5ad039222effe37b0d4940e6ba.tar.gz
Fill in the string portion of the bluetooth stack version sysctl.
Approved by: emax
Diffstat (limited to 'sys/netgraph/bluetooth/common/ng_bluetooth.c')
-rw-r--r--sys/netgraph/bluetooth/common/ng_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c
index 1cf17d7..fce53c6 100644
--- a/sys/netgraph/bluetooth/common/ng_bluetooth.c
+++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c
@@ -57,7 +57,7 @@ static u_int32_t bluetooth_sco_rtx_timeout_value = 60; /* sec */
SYSCTL_NODE(_net, OID_AUTO, bluetooth, CTLFLAG_RW, 0, "Bluetooth family");
SYSCTL_INT(_net_bluetooth, OID_AUTO, version,
- CTLFLAG_RD, 0, NG_BLUETOOTH_VERSION, "");
+ CTLFLAG_RD, 0, NG_BLUETOOTH_VERSION, "Version of the stack");
/*
* HCI
OpenPOWER on IntegriCloud