Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make error: HCI_BREDR undeclared on 4.8.6-1 ArchLinux #55

Open
kauron opened this issue Nov 1, 2016 · 1 comment
Open

Make error: HCI_BREDR undeclared on 4.8.6-1 ArchLinux #55

kauron opened this issue Nov 1, 2016 · 1 comment

Comments

@kauron
Copy link

kauron commented Nov 1, 2016

I have tried to compile the driver using make, but I get the error

/home/carlos/tmp/rtl8723au_bt/btusb.c:3220:20: error: ‘HCI_BREDR’ undeclared (first use in this function)
 hdev->dev_type = HCI_BREDR;

This happens both on the kernel and test branches. I'm on 4.8.6-1-ARCH in Arch Linux

The other branches give me errors related to struct hci_dev (has no member reassembly).

@lwfinger
Copy link
Owner

lwfinger commented Nov 1, 2016

I will try to duplicate this problem later; however, if you are using kernel 4.8.X, then the in-kernel version of the driver should work. Is that not true?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants