TODO: Mark task as done

This commit is contained in:
Denis Kenzior 2016-08-18 00:15:32 -05:00
parent 84be16c76f
commit 3a4252cf8c
1 changed files with 0 additions and 17 deletions

17
TODO
View File

@ -109,23 +109,6 @@ cfg80211 / nl80211
Priority: High
Complexity: C4
- Add missing support for NL80211_CMD_GET_INTERFACE filtering
The NL80211_CMD_GET_INTERFACE command description indicates that you
can filter results based NL80211_ATTR_WIPHY. This feature has never
been implemented.
Either remove that feature from the description since it does not exist
or actually implemented the filtering on wiphy. Johannes indicated that
fixing the description might be the better approach. If the feature is
easy to add, then it should be added. However if filtering on wiphy is
a rather complicated task, then better just update the description to
match the reality.
Priority: Low
Complexity: C2
Owner: Denis Kenzior <denkenz@gmail.com>
Wireless monitor
================