From f3875a952512bcb0744360092c5dc39fec6eb521 Mon Sep 17 00:00:00 2001 From: azsoonerfan Date: Thu, 31 Jul 2014 17:15:20 -0700 Subject: [PATCH] Update c_wifi.c --- lms2012/c_com/source/c_wifi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms2012/c_com/source/c_wifi.c b/lms2012/c_com/source/c_wifi.c index ab2e63f8a..275a11850 100644 --- a/lms2012/c_com/source/c_wifi.c +++ b/lms2012/c_com/source/c_wifi.c @@ -79,10 +79,10 @@ static char AccessNameTable[MAX_ACCESS_NAME_COUNT][MAX_ACCESS_NAME_LENGTH]; // of available H/W and a description of the drivers to load. I.e. a simple and download- // able way of integrating new and more drivers. NO commandline stuff. -#define HARDWARE_SEARCH_STRING "ID 0846:9030 NetGear, Inc." +#define HARDWARE_SEARCH_STRING "ID 0846:9041 NetGear, Inc." #define WIFI_VENDOR_ID "0846" -#define WIFI_DONGLE_ID "9030" +#define WIFI_DONGLE_ID "9041" // The following could be set to variable/editable strings via methodes, but for now....