]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/net.c
net: cosmetic: Clean up RARP variables and functions
[karo-tx-uboot.git] / net / net.c
index 320039add5ece9a3b7440c6a1e1491491dc1a38d..bd92806ba4427ec0b907de16c4a701951cd32751 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -395,9 +395,9 @@ restart:
 
 #if defined(CONFIG_CMD_RARP)
                case RARP:
-                       RarpTry = 0;
+                       rarp_try = 0;
                        net_ip.s_addr = 0;
-                       RarpRequest();
+                       rarp_request();
                        break;
 #endif
 #if defined(CONFIG_CMD_PING)