aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-05 14:57:27 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-05 14:57:27 +0000
commitc61d41422afe49ea1c31bc14913452ef3b571c21 (patch)
tree25c2c6b22dd364492cbb64a39e175c16590b4877 /lib/dvb/sec.cpp
parente9932209c5f7a46f1545352eaeb3aa881434c490 (diff)
downloadenigma2-c61d41422afe49ea1c31bc14913452ef3b571c21.tar.gz
enigma2-c61d41422afe49ea1c31bc14913452ef3b571c21.zip
revert non working changes
Diffstat (limited to 'lib/dvb/sec.cpp')
-rw-r--r--lib/dvb/sec.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp
index c679b762..7319a4be 100644
--- a/lib/dvb/sec.cpp
+++ b/lib/dvb/sec.cpp
@@ -774,9 +774,9 @@ RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPA
else
csw = band;
- frontend.setData(eDVBFrontend::NEW_CSW, csw);
- frontend.setData(eDVBFrontend::NEW_UCSW, ucsw);
- frontend.setData(eDVBFrontend::NEW_TONEBURST, di_param.m_toneburst_param);
+ frontend.setData(eDVBFrontend::CSW, csw);
+ frontend.setData(eDVBFrontend::UCSW, ucsw);
+ frontend.setData(eDVBFrontend::TONEBURST, di_param.m_toneburst_param);
if (!linked && doSetVoltageToneFrontend)
{