net: Update TODO list on L2 and 15.4 tasks

Change-Id: I1c9e11b05cc8af337349d249d46f524c8a75a4fc
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2016-12-07 10:34:45 +01:00
parent 1f26a332a1
commit 9acd710a2a

View file

@ -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