TODO: Mark RTNL tasks done

Mark 'Track RTNL messages for wireless network interface' and
'Handle netlink core control messages correctly' tasks are done.
This commit is contained in:
Ravi kumar Veeramally 2015-02-04 13:06:31 +02:00 committed by Denis Kenzior
parent ea39ea3e00
commit 626332a726
1 changed files with 0 additions and 23 deletions

23
TODO
View File

@ -206,29 +206,6 @@ Wireless monitor
Priority: Medium
Complexity: C2
- Track RTNL messages for wireless network interface
The RTNL messages indicate operation state changes and with are also
relevant for a complete picture of the userspace kernel communication.
However the complicated part is to identify which network interfaces
are wireless related and which are not. Obviously the non-wireless
network interfaces need to be filtered out.
Priority: Medium
Complexity: C2
Owner: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
- Handle netlink core control messages correctly
The core control netlink messages for NLMSG_ERROR and NLMSG_DONE are
not decoded properly. Add detailed decoding and also decode all the
flags that are related to the core control messages.
Priority: High
Complexity: C1
Owner: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
- Decode the RSNE field
Properly decode and display the RSNE field. This is particularly important