diff options
Diffstat (limited to 'sys/netgraph')
-rw-r--r-- | sys/netgraph/bluetooth/common/ng_bluetooth.c | 2 |
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 4836bad..108e96b 100644 --- a/sys/netgraph/bluetooth/common/ng_bluetooth.c +++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c @@ -243,7 +243,7 @@ bluetooth_modevent(module_t mod, int event, void *data) */ static moduledata_t bluetooth_mod = { - "bluetooth", + "ng_bluetooth", bluetooth_modevent, NULL }; |