View | Details | Raw Unified | Return to bug 238235 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c (+2 lines)
Lines 154-159 static ng_rcvdata_t ng_ubt_rcvdata; Link Here
154
154
155
static int ng_usb_isoc_enable = 1;
155
static int ng_usb_isoc_enable = 1;
156
156
157
SYSCTL_NODE(_hw, OID_AUTO, ubt, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, "UBT");
158
157
SYSCTL_INT(_net_bluetooth, OID_AUTO, usb_isoc_enable, CTLFLAG_RWTUN | CTLFLAG_MPSAFE,
159
SYSCTL_INT(_net_bluetooth, OID_AUTO, usb_isoc_enable, CTLFLAG_RWTUN | CTLFLAG_MPSAFE,
158
    &ng_usb_isoc_enable, 0, "enable isochronous transfers");
160
    &ng_usb_isoc_enable, 0, "enable isochronous transfers");
159
161

Return to bug 238235