1 Index: linux-2.4.35.4/drivers/bluetooth/hci_usb.c
2 ===================================================================
3 --- linux-2.4.35.4.orig/drivers/bluetooth/hci_usb.c 2007-12-15 05:19:36.182482961 +0100
4 +++ linux-2.4.35.4/drivers/bluetooth/hci_usb.c 2007-12-15 05:20:14.964693031 +0100
8 mtu = husb->isoc_in_ep->wMaxPacketSize;
10 + mtu = (mtu + 1) & ~1; /* brcm: isoc buffers must be aligned on word boundary */
12 size = mtu * HCI_MAX_ISOC_FRAMES;
14 buf = kmalloc(size, GFP_ATOMIC);