]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver
authorXue Liu <liuxuenetmail@gmail.com>
Tue, 20 Feb 2018 11:55:58 +0000 (12:55 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Feb 2018 08:08:39 +0000 (09:08 +0100)
commit8c6ad9cc51574c8f20b5777e97b42457802ac36d
tree429c9e07a8cb9ca0e69f5144707970aff69dd018
parent962d0ca24855f2a3ff6fd093ff20bedbd5284823
ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver

The MCR20AVHM transceiver (or MCR20A) is a low power,
high-performance 2.4 GHz, IEEE 802.15.4 compliant transceiver.

This driver implements a subset of ieee802154_ops.
It has no support for CSMA due to lack of hardware support.
It has currently no support for its proprietary Dual-PAN feature.

https://www.nxp.com/docs/en/reference-manual/MCR20RM.pdf

Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
drivers/net/ieee802154/Kconfig
drivers/net/ieee802154/Makefile
drivers/net/ieee802154/mcr20a.c [new file with mode: 0644]
drivers/net/ieee802154/mcr20a.h [new file with mode: 0644]