alloc_algorithm_b: Remove obsolete 'i' incrementation from for-loop

This commit is contained in:
Andreas Eversberg 2014-01-15 13:53:43 +01:00 committed by Holger Hans Peter Freyther
parent 2bf3446f7a
commit 0a940087b2
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ inc_window:
"1 slot assigned\n");
break;
}
if (++i == ms_max_txslots) {
if (i+1 == ms_max_txslots) {
LOGP(DRLCMAC, LOGL_DEBUG, "- Done, because "
"slots / window reached maximum "
"allowed Tx size\n");