Fixed memory leaks
[platform/core/connectivity/net-config.git] / src / main.c
index 107c9d0..6c4c648 100755 (executable)
@@ -129,7 +129,12 @@ int main(int argc, char *argv[])
        netconfig_dpm_init();
 
        /* Start tcpdump if dump state is on */
+#if defined TIZEN_DEBUG_ENABLE
        check_dump_state_and_start();
+#endif
+
+       if (TIZEN_WLAN_BOARD_SPRD)
+               wifi_firmware_download();
 
        /*In case no emulator, set the ETH0 Mac address*/
        if (TIZEN_TV && emulator_is_emulated() == FALSE)