Bluetooth: Initial support for retransmission of packets with REJ frames
[safe/jmp/linux-2.6] / net / bluetooth / hci_core.c
index 406ad07..e1da8f6 100644 (file)
@@ -911,7 +911,7 @@ int hci_register_dev(struct hci_dev *hdev)
                hdev->reassembly[i] = NULL;
 
        init_waitqueue_head(&hdev->req_wait_q);
-       init_MUTEX(&hdev->req_lock);
+       mutex_init(&hdev->req_lock);
 
        inquiry_cache_init(hdev);