2004-10-11 Dan Williams <dcbw@redhat.com>
authorDan Williams <dcbw@redhat.com>
Mon, 11 Oct 2004 21:37:10 +0000 (21:37 +0000)
committerDan Williams <dcbw@redhat.com>
Mon, 11 Oct 2004 21:37:10 +0000 (21:37 +0000)
* 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

ChangeLog
TODO

index 1bf7d0a..190a052 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-11 Dan Williams <dcbw@redhat.com>
+
+       * TODO
+               - Remove bit about more robust AP diffing since I just implemented it
+
 2004-10-11 Dan Williams <dcbw@redhat.com>
 
        * src/NetworkManagerAP.c
diff --git a/TODO b/TODO
index 8fa712e..9bb3935 100644 (file)
--- 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%.