supplement to "AZBOX: deleted"

Origin commit data
------------------
Branch: ni/coolstream
Commit: 88b385cf89
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)

Origin message was:
------------------
- supplement to "AZBOX: deleted"

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-10-03 22:47:34 +02:00
parent 4bce0cb433
commit 10da376083

View File

@@ -826,7 +826,7 @@ uint32_t CFrontend::getBitErrorRate(void) const
{
uint32_t ber = 0;
fop(ioctl, FE_READ_BER, &ber);
if (ber > 100000000) /* azbox minime driver has useless values around 500.000.000 */
if (ber > 100000000) /* some drivers has useless values around 500.000.000 */
ber = 0;
return ber;