call revert_cdlms()

This commit is contained in:
Mashiat Sarker Shakkhar 2011-11-22 01:03:15 +06:00
parent 6cf31ef263
commit ea0323b0fa

View File

@ -1044,6 +1044,7 @@ static int decode_subframe(WmallDecodeCtx *s)
if(s->is_channel_coded[i]) if(s->is_channel_coded[i])
decode_channel_residues(s, i, subframe_len); decode_channel_residues(s, i, subframe_len);
} }
revert_cdlms(s, subframe_len);
/** handled one subframe */ /** handled one subframe */