mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -826,7 +826,7 @@ uint32_t CFrontend::getBitErrorRate(void) const
|
|||||||
{
|
{
|
||||||
uint32_t ber = 0;
|
uint32_t ber = 0;
|
||||||
fop(ioctl, FE_READ_BER, &ber);
|
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;
|
ber = 0;
|
||||||
|
|
||||||
return ber;
|
return ber;
|
||||||
|
Reference in New Issue
Block a user