mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: load nvram_net.txt from /vendor
Change-Id: I688f42059459c400834cac0b4c8933ef216827a5
This commit is contained in:
parent
5e6355bc8c
commit
cf411e7bf0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
/* NVRAM calibration, NULL if calibration unneeded */
|
||||
#define WIFI_DRIVER_NVRAM_PATH "/system/etc/wifi/nvram_net.txt"
|
||||
#define WIFI_DRIVER_NVRAM_PATH "/vendor/etc/wifi/nvram_net.txt"
|
||||
|
||||
/* NVRAM calibration parameters */
|
||||
#define WIFI_DRIVER_NVRAM_PATH_PARAM "/sys/module/dhd/parameters/nvram_path"
|
||||
|
|
Loading…
Reference in a new issue