From: Bhuvanchandra <bhuvanchandradv@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Larry.Finger@lwfinger.net, bhuvanchandra.dv@gmail.com
Subject: build issues with rtl8723au_bt
Date: Mon, 7 Sep 2015 17:50:48 +0530 [thread overview]
Message-ID: <55ED8120.4060604@gmail.com> (raw)
Hi!
I'm testing RTL8723BU(available in LM811. USB ID 0bda:b720) WiFi BT USB module.
Kernel version used: 4.1.5. Cross-compiled the Wifi Driver from[1] it worked fine.
While crosscompiling the driver for BT which is available at[2], there are few
compile time errors:
....
make ARCH=arm CROSS_COMPILE=/home/dvb/gcc-linaro/bin/arm-linux-gnueabihf- -C /home/dvb/linux-toradex M=/home/dvb/rtl8723au_bt modules
make[1]: Entering directory '/home/dvb/toradex/linux-toradex/linux-toradex-vf/linux-toradex'
CC [M] /home/dvb/rtl8723au_bt/btusb.o
/home/dvb/rtl8723au_bt/btusb.c: In function 'hci_reassembly':
/home/dvb/rtl8723au_bt/btusb.c:376:15: error: 'NUM_REASSEMBLY' undeclared (first use in this function)
index >= NUM_REASSEMBLY)
^
/home/dvb/rtl8723au_bt/btusb.c:376:15: note: each undeclared identifier is reported only once for each function it appears in
/home/dvb/rtl8723au_bt/btusb.c:379:12: error: 'struct hci_dev' has no member named 'reassembly'
skb = hdev->reassembly[index];
^
/home/dvb/rtl8723au_bt/btusb.c:405:7: error: 'struct hci_dev' has no member named 'reassembly'
hdev->reassembly[index] = skb;
^
/home/dvb/rtl8723au_bt/btusb.c:427:10: error: 'struct hci_dev' has no member named 'reassembly'
hdev->reassembly[index] = NULL;
^
/home/dvb/rtl8723au_bt/btusb.c:440:10: error: 'struct hci_dev' has no member named 'reassembly'
hdev->reassembly[index] = NULL;
^
/home/dvb/rtl8723au_bt/btusb.c:453:10: error: 'struct hci_dev' has no member named 'reassembly'
hdev->reassembly[index] = NULL;
^
/home/dvb/rtl8723au_bt/btusb.c:466:8: error: 'struct hci_dev' has no member named 'reassembly'
hdev->reassembly[index] = NULL;
^
scripts/Makefile.build:264: recipe for target '/home/dvb/rtl8723au_bt/btusb.o' failed
make[2]: *** [/home/dvb/rtl8723au_bt/btusb.o] Error 1
Makefile:1384: recipe for target '_module_/home/dvb/rtl8723au_bt' failed
make[1]: *** [_module_/home/dvb/rtl8723au_bt] Error 2
make[1]: Leaving directory '/home/dvb/toradex/linux-toradex/linux-toradex-vf/linux-toradex'
Makefile-custom:22: recipe for target 'all' failed
make: *** [all] Error 2
.....
I also tried the recent branches all got the same errors.
Does any one tested RTL8723BU's bluetooth?
I couldn't find any in-tree driver available for RTL8723BU. Is there anything i'm missing or
doing wrong ?
[1] https://github.com/lwfinger/rtl8723bu
[2] https://github.com/lwfinger/rtl8723au_bt
Best regards,
Bhuvan
next reply other threads:[~2015-09-07 12:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-07 12:20 Bhuvanchandra [this message]
2015-09-07 21:28 ` build issues with rtl8723au_bt Larry Finger
2015-09-14 3:32 ` Bhuvanchandra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55ED8120.4060604@gmail.com \
--to=bhuvanchandradv@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=bhuvanchandra.dv@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.