git: 03f0393477db - main - ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.

From: Hans Petter Selasky <hselasky_at_FreeBSD.org>
Date: Tue, 07 Dec 2021 10:52:19 UTC
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 */