OSDN Git Service

Update wlutil path
authorErik Kline <ek@google.com>
Thu, 26 May 2016 08:00:31 +0000 (17:00 +0900)
committerErik Kline <ek@google.com>
Thu, 26 May 2016 08:38:50 +0000 (17:38 +0900)
The path to wlutil changed to /system/vendor/xbin with ag/893600 .

Bug: 28850734
Change-Id: I101517e7d849c288cbe9877e874b8d7914fbc1e9

server/InterfaceController.cpp

index c518fe6..a9cf48f 100644 (file)
@@ -40,7 +40,7 @@ const char ipv6_neigh_conf_dir[] = "/proc/sys/net/ipv6/neigh";
 
 const char sys_net_path[] = "/sys/class/net";
 
-const char wl_util_path[] = "/system/xbin/wlutil";
+const char wl_util_path[] = "/vendor/xbin/wlutil";
 
 bool isInterfaceName(const char *name) {
     return strcmp(name, ".") &&