summaryrefslogtreecommitdiffstats
path: root/macloader/macloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'macloader/macloader.c')
-rw-r--r--macloader/macloader.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/macloader/macloader.c b/macloader/macloader.c
index e436900..b20c848 100644
--- a/macloader/macloader.c
+++ b/macloader/macloader.c
@@ -2,6 +2,7 @@
* Copyright (C) 2012, The CyanogenMod Project
* Daniel Hillenbrand <codeworkx@cyanogenmod.com>
* Marco Hillenbrand <marco.hillenbrand@googlemail.com>
+ * Copyright (C) 2017, The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,16 +32,7 @@
#include <cutils/log.h>
-#ifndef WIFI_DRIVER_NVRAM_PATH
-#define WIFI_DRIVER_NVRAM_PATH NULL
-#endif
-
-#ifndef WIFI_DRIVER_NVRAM_PATH_PARAM
-#define WIFI_DRIVER_NVRAM_PATH_PARAM "/sys/module/wlan/parameters/nvram_path"
-#endif
-
-#define MACADDR_PATH "/efs/wifi/.mac.info"
-#define CID_PATH "/data/.cid.info"
+#include <samsung_macloader.h>
enum Type {
NONE,