Message ID | 3f7e5c82f1c3b747d14b30df9f766f37@openmedia.co.nz (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Incorrect LNB settings for 10750 LNBs used in AU/NZ | expand |
diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c index 36a42344..817a82e7 100644 --- a/lib/libdvbv5/dvb-sat.c +++ b/lib/libdvbv5/dvb-sat.c @@ -129,11 +129,11 @@ static const struct dvb_sat_lnb_priv lnb_array[] = { // Legacy fields - kept just to avoid API/ABI breakages .lowfreq = 10750, .freqrange = { - { 11700, 12200 } + { 11700, 12750 } }, }, .freqrange = { - { 11700, 12200, 10750, 0 } + { 11700, 12750, 10750, 0 } },