From: Seonah Moon Date: Tue, 24 Apr 2018 08:21:51 +0000 (+0900) Subject: Revert "Revise driver load routine" X-Git-Tag: accepted/tizen/unified/20180426.145751^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fnet-config.git;a=commitdiff_plain;h=671edcec317d7210615bcada7841be9cf493ba05 Revert "Revise driver load routine" Change-Id: I81661b82876b139b2f82be0588091fc212ce0285 --- diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 6658ab5..749aa5e 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -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 diff --git a/src/main.c b/src/main.c index 107c9d0..2089dcb 100755 --- a/src/main.c +++ b/src/main.c @@ -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();