CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/29 17:28:38
Modified files:
sys/dev/usb : if_umb.c
Log message:
fix handling of unknown error rate in mbim signal state info
from gerhard@:
> According to MBIM spec, table 10-58 (MBIM_SIGNAL_STATE_INFO) a value
> of 99 means the error rate is "Unknown or undetectable".
the code was using -99 before, but properly reports unknown/null now.
