Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2021 10:52:19 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 03f0393477db - main - ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.
Message-ID:  <202112071052.1B7AqJO7061507@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=03f0393477db4c11f8dc4166fadc2628b2c15ae9

commit 03f0393477db4c11f8dc4166fadc2628b2c15ae9
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-12-07 10:50:38 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2021-12-07 10:50:51 +0000

    ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.
    
    Differential Revision:  https://reviews.freebsd.org/D33282
    PR:             238235
    MFC after:      1 week
    Sponsored by:   NVIDIA Networking
---
 sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index c3820fc872af..446182bf6082 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -154,7 +154,7 @@ static ng_rcvdata_t	ng_ubt_rcvdata;
 
 static int ng_usb_isoc_enable = 1;
 
-SYSCTL_INT(_net_bluetooth, OID_AUTO, usb_isoc_enable, CTLFLAG_RDTUN | CTLFLAG_MPSAFE,
+SYSCTL_INT(_net_bluetooth, OID_AUTO, usb_isoc_enable, CTLFLAG_RWTUN | CTLFLAG_MPSAFE,
     &ng_usb_isoc_enable, 0, "enable isochronous transfers");
 
 /* Queue length */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112071052.1B7AqJO7061507>