diff --git a/subsys/net/TODO b/subsys/net/TODO index 2c1a3ba8b4..6b23c90a4b 100644 --- a/subsys/net/TODO +++ b/subsys/net/TODO @@ -130,47 +130,19 @@ TCP LOWPAN_NHC (See RFC 6282, Chapter 4). -L2 -== - -- Add a interface management API - - Priority: High - Complexity: C4 - - Add a generic API to let upper layers configuring network interfaces - as well as tweaking its L2 layer and raising dedicated process. - (I.e.: Running a scan in 802.15.4) - - IEEE 802.15.4 ============= 2011 version ------------ -- CSMA-CA Radio protocol support +- CSMA-CA Radio protocol, time-slotted, support Priority: Low Complexity: C2 - Add CSMA-CA radio protocol as a replacement of the current - too simplistic ALOHA radio protocol. - -- Beacon frame support - - Priority: Medium - Complexity: C1 - - Add the means to parse or create Beacon frames. - -- MAC command frame support - - Priority: High - Complexity: C2 - - Add the means to parse or create MAC command frames. - All commands as stated in table 5. + Current CSMA-CA radio protocol implementation does not support + time-slots. - Management service: RFD level support