macloader: Add default NVRAM calibration path

* This also causes NVMRAM calibration to be on by default
* Most devices should be using this, so don't make them override

Change-Id: Ied6e8f4ebd131ae992814bf83c9e7bb379ca9d79
Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
This commit is contained in:
Paul Keith 2017-02-07 21:06:56 -06:00
parent 59ba89e0d0
commit df4a1d6c77

View file

@ -26,7 +26,7 @@
*/
/* NVRAM calibration, NULL if calibration unneeded */
#define WIFI_DRIVER_NVRAM_PATH NULL
#define WIFI_DRIVER_NVRAM_PATH "/system/etc/wifi/nvram_net.txt"
/* NVRAM calibration parameters */
#define WIFI_DRIVER_NVRAM_PATH_PARAM "/sys/module/wlan/parameters/nvram_path"