11 Dec, 2015
1 commit
-
This driver has been sitting in the linux-zigbee[2] repository for a long
time. We updated it from time to time and made it available via our
github kernel repository. The Linux MAC802.15.4 support has improved a lot
since then. Thanks to all! So it’s finally time to upstream this driver.The ADF7242 requires an add-on firmware for the automatic IEEE 802.15.4
operating modes. The firmware file is currently made available on the
ADF7242 wiki page here [1][1] http://wiki.analog.com/resources/tools-software/linux-drivers/networking-mac802154/adf7242
[2] http://sourceforge.net/p/linux-zigbee/kernel/ci/devel/tree/drivers/ieee802154/adf7242.cSigned-off-by: Michael Hennerich
Reviewed-by: Stefan Schmidt
Signed-off-by: Marcel Holtmann
19 May, 2015
1 commit
-
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
Cc: Werner Almesberger
Cc: Stefan Schmidt
Cc: Richard Sharpe
Signed-off-by: Marcel Holtmann
26 Oct, 2014
1 commit
-
This patch removes the not functional fakehard driver. We don't support
HardMAC 802.15.4 drivers right now.Signed-off-by: Alexander Aring
Signed-off-by: Marcel Holtmann
23 Jun, 2014
1 commit
-
Signed-off-by: Varka Bhadram
Signed-off-by: David S. Miller
05 Sep, 2012
1 commit
-
Driver for the Microchip MRF24J40 802.15.4 WPAN module.
Signed-off-by: Alan Ott
Signed-off-by: David S. Miller
31 Aug, 2012
1 commit
-
The IEEE 802.15.4 standard represents a networking protocol. I don't
exactly know why drivers for this protocol are stored into the root
'driver' folder, but better will be to store them with other
networking stuff. Currently there are only 3 drivers available for
IEEE 802.15.4 stack, so lets do it now with the smallest overhead.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller