diff options
| author | Erik Kline <ek@google.com> | 2016-05-26 17:00:31 +0900 |
|---|---|---|
| committer | Erik Kline <ek@google.com> | 2016-05-26 17:38:50 +0900 |
| commit | bdcba1127a8709566fdec49bc303234e0e8ee924 (patch) | |
| tree | b9de419f838330a735a6051bc639a2ab97175bc0 /server/InterfaceController.cpp | |
| parent | 5bbe13bdc4470d0af2786fc62ad40a8ba8ff5830 (diff) | |
| download | platform_system_netd-bdcba1127a8709566fdec49bc303234e0e8ee924.tar.gz platform_system_netd-bdcba1127a8709566fdec49bc303234e0e8ee924.tar.bz2 platform_system_netd-bdcba1127a8709566fdec49bc303234e0e8ee924.zip | |
Update wlutil path
The path to wlutil changed to /system/vendor/xbin with ag/893600 .
Bug: 28850734
Change-Id: I101517e7d849c288cbe9877e874b8d7914fbc1e9
Diffstat (limited to 'server/InterfaceController.cpp')
| -rw-r--r-- | server/InterfaceController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/InterfaceController.cpp b/server/InterfaceController.cpp index c518fe66c..a9cf48f94 100644 --- a/server/InterfaceController.cpp +++ b/server/InterfaceController.cpp @@ -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, ".") && |
