From b25439083b1e41956a47712767e8b42ae8dcb86e Mon Sep 17 00:00:00 2001 From: Robert Love Date: Tue, 31 Jan 2006 18:54:11 +0000 Subject: [PATCH] 2006-01-31 Robert Love * src/NetworkManagerAP.c: Add two new manufacturer default network names: linksys-a and linksys-g. These are found (at least) on the Linksys WAP55AG, which does both 802.11a and 802.11b, each with their own ESSID. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1419 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 7 +++++++ src/NetworkManagerAP.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 319cd93cb1..e3d575b697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-01-31 Robert Love + + * src/NetworkManagerAP.c: Add two new manufacturer default network + names: linksys-a and linksys-g. These are found (at least) on the + Linksys WAP55AG, which does both 802.11a and 802.11b, each with their + own ESSID. + 2006-01-31 Robert Love * src/NetworkManagerAP.c: Optimize the function diff --git a/src/NetworkManagerAP.c b/src/NetworkManagerAP.c index 358a8d3e12..ba5735ee38 100644 --- a/src/NetworkManagerAP.c +++ b/src/NetworkManagerAP.c @@ -60,6 +60,8 @@ struct NMAccessPoint static const char * default_essid_list[] = { "linksys", + "linksys-a", + "linksys-g", "default", "belkin54g", "NETGEAR",