Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lms2012/c_com/source/c_wifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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....
Expand Down