do not inc mod type

This commit is contained in:
none 2021-01-18 16:21:27 +01:00
parent 98123f5614
commit d84a8b3b37
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ static void calc_lq(struct dvbfe *fe)
get_property(fe->fd, DTV_INNER_FEC, &fec);
fe->param[PARAM_FEC] = fec + 1;
get_property(fe->fd, DTV_MODULATION, &mod);
fe->param[PARAM_MTYPE] = mod + 1;
//fe->param[PARAM_MTYPE] = mod + 1;
get_stat(fe->fd, DTV_STAT_PRE_ERROR_BIT_COUNT, &st);
ber_num = st.stat[0].uvalue;