summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2004-10-11 21:37:10 +0000
committerDan Williams <dcbw@redhat.com>2004-10-11 21:37:10 +0000
commitc195cbf84152f3c02e0c52a5f6d316f31ee1364e (patch)
treef3c30e06190a70d77d2748af141366f7a7131450 /TODO
parent6b4bfea2def5ecbbb8e49b47843711f9f83d0fdc (diff)
2004-10-11 Dan Williams <dcbw@redhat.com>
* TODO - Remove bit about more robust AP diffing since I just implemented it git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@211 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 8fa712e34..9bb393555 100644
--- a/TODO
+++ b/TODO
@@ -3,11 +3,6 @@ TODO items for NetworkManager
Any of these items are of course fair game for anyone, patches are greatly welcome. It also serves as a "what still needs to be done" list.
-- More robust diff-ing of Wireless Networks after scans
-
-Currently, after each scan the list of access points is diffed against the previous list. However, cards may not return the exact same list of access points for two different scans, depending on whether the card has detected traffic from that AP during the second scan or not. Therefore, we should probably keep a moving list of the past 3 scans, and diff the earliest two against the latest two to get a more stable list of access points.
-
-
- Access Point link checking thresholds
Wireless link checking could be enhanced to check the signal strength of an access point and switch if the current access point a wireless card is associated with has dropped below say, 20%.