summaryrefslogtreecommitdiff
path: root/conn_init
AgeCommit message (Collapse)Author
2013-10-14conn_init: set unused attribute for unused paramsynergydev
pEndOfCfg is unused, and self assigning is an error (with Werror) in Clang. Set this parameter as unused instead. Change-Id: Ifea8a44579ef842ceed4837791a5a5142d0e3bc4
2013-04-09Add liblogYing Wang
Bug: 8580410 Change-Id: I48de35ed9c3c64ff8c002b92587591e8c4531dba
2013-02-14Use the cleaner LOCAL_POST_INSTALL_CMD to install symlinksYing Wang
Those targets are unavailable on the build machine. Bug:8192564 Change-Id: I5f3679c006f4edbab227b6e185cb1fd4dd74bff7
2012-10-10Establish solid dependency on the symlinksYing Wang
It makes sure whenenver conn_init gets installed, the symlinks get created as well. Bug: 7310077 Change-Id: Iae4797a8e25fc8aa0de495b4d14257505572eb3b
2012-07-20Change WiFi bin+ini modules from ETC to FAKEBrian Muramatsu
The WCNSS_* bin and ini symlinks were not copied onto the device after switching lunch targets from mako to occam. Change the module class from ETC to FAKE so that the module files are properly removed when changing lunch targets. Change-Id: I9ca57e2f36f608da8f6607de8a769b6b954d5b11
2012-07-19Fix PDK BuildBrian Muramatsu
Change-Id: I2bf0e3e3047c1928e1f3977552ae726f363f7691
2012-07-18mako: enable to modify mac address at boot timeSungmin Choi
- add conn_init and libwfcu packages - modify mac address of ini and nv (calibration) file through conn_init service - change ini and nv files location from /system/etc/firmware/wlan/prima to /system/etc/wifi, because we must read and write mac address from persist. We use wifi firmware loaded location to /vendor/firmware. System partition is read-only, so use some fake links like the followings: - conn_init operation: 1. copy /system/etc/wifi/WCNSS_qcom_cfg.ini and WCNSS_qcom_wlan_nv.bin to /data/misc/wifi. 2. read mac address from persist and write to ini and nv. 3. WCNSS_qcom.cfg.ini and WCNSS_qcom_wlan.vn.bin must be loaded in /etc/firmware, /vendor/firmware, or /firmware/image. 4. To operate 3, we use the fake links between /data/misc/wifi and /vendor/firmware/wlan/prima 5. Now, we can use modified ini and nv files from /vendor/firmware/wlan/prima/ Change-Id: I161385f6883ecf6350bd71ab9f2fc9b2543937c0