]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/src/netcp_cfg.c
Integration changes with latest NWAL
[keystone-rtos/netapi.git] / ti / runtime / netapi / src / netcp_cfg.c
index 5c58d7896bb89ae307fde0dc1f3d5f2598f89078..ba314884217fe6b45ca124022163dd11109a3ea3 100755 (executable)
@@ -762,7 +762,7 @@ void netapi_netcpCfgReqStats(NETAPI_T  h,
         netapip_freeTransInfo(pTransInfo);
         return;
     }
-    if((n->nssGen == NWAL_CFG_NSS_GEN2) && (cb))
+    if((n->fNssGen2) && (cb))
     {
         cb(h, &netcp_stats);
     }