]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/src/netapi_init.c
Change back paFwActive flag to nwal_TRUE, fix of previous commit
[keystone-rtos/netapi.git] / ti / runtime / netapi / src / netapi_init.c
index 5fc807f76687b85d50edc634cd4ee357a9f50380..726c90fdd8e1d214a8b9711b0b8adaa006b65a6b 100755 (executable)
@@ -347,7 +347,7 @@ int netapip_initNwal(
     nwalGlobCfg.hopLimit = 5;/* Default TTL / Hop Limit */
     nwalGlobCfg.paPowerOn = nwal_TRUE;
     nwalGlobCfg.saPowerOn = nwal_TRUE;
-    nwalGlobCfg.paFwActive = nwal_FALSE;
+    nwalGlobCfg.paFwActive = nwal_TRUE;
     nwalGlobCfg.saFwActive = nwal_FALSE;
 
     /* Pick Default Physical Address */