Make WIFI driver loading mechanism configurable 00/14500/1 accepted/tizen/ivi/release accepted/tizen/ivi/stable accepted/tizen/mobile tizen_ivi_release accepted/tizen/ivi/20140107.174301 accepted/tizen/ivi/release/20140108.223504 accepted/tizen/mobile/20140107.213344 submit/tizen/20140107.010027 submit/tizen/20140108.022417 submit/tizen_ivi_release/20140108.030118
authorChengyi Zhao <chengyi1.zhao@archermind.com>
Fri, 3 Jan 2014 04:45:46 +0000 (12:45 +0800)
committerChengyi Zhao <chengyi1.zhao@archermind.com>
Mon, 6 Jan 2014 08:43:30 +0000 (16:43 +0800)
commit21150471e3c11f0816e034404567b1f016924737
tree9fd1da883e5f669c53b7ca01933a72e90cfdc1b4
parent3d0bb366d4826593666182f4f17698c1c540314b
Make WIFI driver loading mechanism configurable

Currently, on Samsung platform, it loads WIFI driver dynamically,
but on Intel platform, WIFI driver is loaded when system boots up.
So it needs to make the WIFI driver loading mechanism configurable
to adapt both Samsung and Intel platform.

Use the existing macro definition "EMBEDDED_TARGET" to fix this issue.

Change-Id: Iddccfc411f79284232f9d10b971ac6cd28ae75ca
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
src/wifi-power.c