[NEUS7920-133]Revert "[RAMEN9610-6379][9610]wlbt: change the path of wlan mac address"
authorYoungsoo <youngss.kim@samsung.com>
Tue, 23 Apr 2019 04:49:23 +0000 (13:49 +0900)
committerYoungmin Nam <youngmin.nam@samsung.com>
Tue, 21 May 2019 10:45:22 +0000 (19:45 +0900)
This reverts commit 7a620346c4b0232fef9f131c8d971a8a28b70341.
But remains default mac address filename as /sys/module/scsc_wlan/parameters/mac_addr

Change-Id: Idf2817870b0620db7acfd85abfaf8b318c536df7

drivers/net/wireless/scsc/Kconfig [changed mode: 0644->0755]
drivers/net/wireless/scsc/dev.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index dd79770..d229eed
@@ -41,10 +41,6 @@ static char *maddr_file = "mac.txt";
 module_param(maddr_file, charp, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(maddr_file, "mac address filename");
 
-static char *mac_addr = "00:00:00:00:00:00";
-module_param(mac_addr, charp, S_IRUGO | S_IWUSR);
-MODULE_PARM_DESC(mac_addr, "wifi mac address");
-
 static bool term_udi_users = true;
 module_param(term_udi_users, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(term_udi_users, "Try to terminate UDI user space users (applications) connected on the cdev (0, 1)");