projects
/
platform
/
core
/
connectivity
/
net-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3392542
)
Revise driver load routine
02/159202/1
author
taesub kim
<taesub.kim@samsung.com>
Tue, 7 Nov 2017 11:04:58 +0000
(20:04 +0900)
committer
taesub kim
<taesub.kim@samsung.com>
Tue, 7 Nov 2017 11:05:04 +0000
(20:05 +0900)
Change-Id: Ife1a7711b0c3130757a3c8e934dd286b4fa71216
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index 3892e69aba581f032308ab3348691d985931c756..3e864b149b7d937f73cd3e5f5a3e68458920a4c7 100755
(executable)
--- a/
src/main.c
+++ b/
src/main.c
@@
-127,9
+127,6
@@
int main(int argc, char *argv[])
/* For device policy manager */
netconfig_dpm_init();
- 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();