incubator-nuttx/wireless/ieee802154
Xiang Xiao 463f321316 wireless/ieee802154: Don't set IFF_DOWN in mac802154netdev_register
since IFF_DOWN is only used for request, not for status. Instead,
IFF_UP should be used to query the netdev status. The IFF_DOWN
related macros are also removed to avoid the confuse.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-19 11:09:16 +03:00
..
Kconfig Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
README.txt
ieee802154_primitive.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
mac802154.c wireless: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
mac802154.h author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_assoc.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_assoc.h author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_bind.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_data.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_data.h author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_device.c drivers: remove unimplemented open/close/ioctl interfaces 2022-04-15 16:56:25 +08:00
mac802154_disassoc.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_get_mhrlen.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_getset.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_gts.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_internal.h author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_ioctl.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_loopback.c net: Remove devif_timer from comment 2022-06-07 20:15:41 +03:00
mac802154_netdev.c wireless/ieee802154: Don't set IFF_DOWN in mac802154netdev_register 2022-07-19 11:09:16 +03:00
mac802154_orphan.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_poll.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_poll.h author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_purge.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_reset.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_rxenable.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_scan.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_scan.h author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_start.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
mac802154_sync.c author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00

README.txt

This will eventually hold some general documentation for the IEEE 802.15.4
MAC implementation.

NOTE: Throughout the code, excerpts from the standard are quoted as to make
the code thoroughly readable. I have tried, to always put a reference [1] and
page number.  Below is the references that correspond with the reference number

[1]