rlc: Rename the simple raise_v_r method to avoid naming conflicts
diff --git a/src/rlc.cpp b/src/rlc.cpp
index d115f76..0f481af 100644
--- a/src/rlc.cpp
+++ b/src/rlc.cpp
@@ -172,7 +172,7 @@
 		while (offset_v_r--) {
 			if (offset_v_r) /* all except the received block */
 				v_n->mark_missing(v_r());
-			raise_v_r(1);
+			raise_v_r_to(1);
 		}
 		LOGP(DRLCMACUL, LOGL_DEBUG, "- Raising V(R) to %d\n", v_r());
 	}