From f56ad66cccfdbd9bf3d5883d74396ac42b627f4b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 2 Jun 2009 18:47:20 +0200 Subject: [PATCH 1/1] Add default Motorola SSID to the mix --- plugins/supplicant.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/supplicant.c b/plugins/supplicant.c index 45efea8..e9612f3 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -844,6 +844,7 @@ static struct { { "comcomcom", "3com" }, { "3Com", "3com" }, { "Symbol", "symbol" }, + { "Motorola", "motorola" }, { "Wireless" , "wireless" }, { "WLAN", "wlan" }, { } -- 1.7.9.5