From 7d436d025095baee02c665b15925b8fcf4c4007a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 20 May 2009 00:51:41 -0700 Subject: [PATCH] Add some more detailed grouping for 3Com's default SSID --- plugins/supplicant.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/supplicant.c b/plugins/supplicant.c index 6019bec..43d667a 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -831,7 +831,8 @@ static struct { { "2wire" }, { "compaq" }, { "tsunami" }, - { "comcomcom" }, + { "comcomcom", "3com" }, + { "3Com", "3com" }, { "Symbol", "symbol" }, { "Wireless" , "wireless" }, { "WLAN", "wlan" }, -- 1.7.9.5