Set infrastructure as default wifi mode.

This commit is contained in:
riccardom 2010-04-20 17:29:35 +00:00
parent 5a4f5f9614
commit 42f9017627
1 changed files with 2 additions and 1 deletions

View File

@ -503,7 +503,8 @@ extern struct TCommonSettings {
strcpy(Firmware, "firmware.bin");
NDS_FillDefaultFirmwareConfigData(&InternalFirmConf);
wifi.mode = 0;
/* WIFI mode: adhoc = 0, infrastructure = 1 */
wifi.mode = 1;
wifi.infraBridgeAdapter = 0;
for(int i=0;i<16;i++)