Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update c_wifi.bin #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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