netd: Rename InterfaceGetInfoResult

Signed-off-by: San Mehat <san@google.com>
diff --git a/CommandListener.cpp b/CommandListener.cpp
index 5c2b2c0..1747042 100644
--- a/CommandListener.cpp
+++ b/CommandListener.cpp
@@ -138,7 +138,7 @@
                      hwaddr[0], hwaddr[1], hwaddr[2], hwaddr[3], hwaddr[4], hwaddr[5],
                      addr_s, mask_s, flag_s);
 
-            cli->sendMsg(ResponseCode::InterfaceGetInfoResult, msg, false);
+            cli->sendMsg(ResponseCode::InterfaceGetCfgResult, msg, false);
 
             free(addr_s);
             free(mask_s);
diff --git a/ResponseCode.h b/ResponseCode.h
index c8e1b70..de54e8b 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -33,7 +33,7 @@
     static const int TetherStatusResult       = 210;
     static const int IpFwdStatusResult        = 211;
     static const int PanStatusResult          = 212;
-    static const int InterfaceGetInfoResult   = 213;
+    static const int InterfaceGetCfgResult    = 213;
 
     // 400 series - The command was accepted but the requested action
     // did not take place.