mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
7490b008d1
This patch adds support for the atusb transceiver. The current driver supports basic functionality only. Possible further tasks would be to sync functionality with the at86rf230 driver, because the atusb use internally an at86rf231 transceiver. Some of these features need a firmware update like AACK and ARET handling. I did small changes to this driver to work with xmit_async callback and setting of a random extended perm address. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Cc: Werner Almesberger <werner@almesberger.net> Cc: Stefan Schmidt <s.schmidt@samsung.com> Cc: Richard Sharpe <realrichardsharpe@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
6 lines
228 B
Makefile
6 lines
228 B
Makefile
obj-$(CONFIG_IEEE802154_FAKELB) += fakelb.o
|
|
obj-$(CONFIG_IEEE802154_AT86RF230) += at86rf230.o
|
|
obj-$(CONFIG_IEEE802154_MRF24J40) += mrf24j40.o
|
|
obj-$(CONFIG_IEEE802154_CC2520) += cc2520.o
|
|
obj-$(CONFIG_IEEE802154_ATUSB) += atusb.o
|