patch-2.4.22 linux-2.4.22/net/bluetooth/bnep/core.c

Next file: linux-2.4.22/net/bluetooth/bnep/crc32.c
Previous file: linux-2.4.22/net/bluetooth/bnep/bnep.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/net/bluetooth/bnep/core.c linux-2.4.22/net/bluetooth/bnep/core.c
@@ -680,7 +680,8 @@
 
 static int __init bnep_init_module(void)
 {
-	bnep_crc32_init();
+	l2cap_load();
+
 	bnep_sock_init();
 
 	BT_INFO("BlueZ BNEP ver %s", VERSION);
@@ -695,7 +696,6 @@
 static void __exit bnep_cleanup_module(void)
 {
 	bnep_sock_cleanup();
-	bnep_crc32_cleanup();
 }
 
 module_init(bnep_init_module);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)