Comment 37 for bug 1542743

Revision history for this message
jean-marc (jmaxou) wrote : Re: Bluetooth: Patch file not found ar3k/AthrBT_0x00000200.dfu

The latest patch does work when you realize that the skb_put function has recently changed from (unsigned char*) to (void *) ( see https://patchwork.ozlabs.org/patch/776580/ for fix).

The lines where appears "*skb_put" need to be changed to "*(u8 *)skb_put". This was enough for me to get my bluetooth adapter to work (MSI GS60 6QC). This may not be the best way but I am not a competent programmer

Thanks for the package !