Revert "Revise driver load routine" 34/176934/2 accepted/tizen/unified/20180426.145751 submit/tizen/20180425.083528 submit/tizen/20180426.014409
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 24 Apr 2018 08:21:51 +0000 (17:21 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 25 Apr 2018 05:58:34 +0000 (14:58 +0900)
Change-Id: I81661b82876b139b2f82be0588091fc212ce0285

packaging/net-config.spec
src/main.c

index 6658ab5..749aa5e 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.130
+Version:       1.1.131
 Release:       3
 Group:         System/Network
 License:       Apache-2.0
index 107c9d0..2089dcb 100755 (executable)
@@ -131,6 +131,9 @@ int main(int argc, char *argv[])
        /* Start tcpdump if dump state is on */
        check_dump_state_and_start();
 
+       if (TIZEN_WLAN_BOARD_SPRD)
+               wifi_firmware_download();
+
        /*In case no emulator, set the ETH0 Mac address*/
        if (TIZEN_TV && emulator_is_emulated() == FALSE)
                __netconfig_set_ether_macaddr();