summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorHolger Waechtler <devnull@localhost>2004-09-27 15:27:07 +0000
committerHolger Waechtler <devnull@localhost>2004-09-27 15:27:07 +0000
commitfbd2b86fc147b4b01e0f618680608ee393f1bc14 (patch)
tree55498147cca2feceb64b16f7236ee4910b264434 /linux
parent21d965b1d9c1cf29233476179f099d535c2c6b87 (diff)
downloadmediapointer-dvb-s2-fbd2b86fc147b4b01e0f618680608ee393f1bc14.tar.gz
mediapointer-dvb-s2-fbd2b86fc147b4b01e0f618680608ee393f1bc14.tar.bz2
+N
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/frontends/stv0299.c2
-rw-r--r--linux/include/linux/dvb/frontend.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c
index 03366cc9d..5934c9611 100644
--- a/linux/drivers/media/dvb/frontends/stv0299.c
+++ b/linux/drivers/media/dvb/frontends/stv0299.c
@@ -1266,7 +1266,7 @@ static int uni0299_ioctl (struct dvb_frontend *fe, unsigned int cmd, void *arg)
return stv0299_set_voltage (i2c, (fe_sec_voltage_t) arg,
state->tuner_type);
- case FE_DISHETWORK_SEND_LEGACY_CMD:
+ case FE_DISHNETWORK_SEND_LEGACY_CMD:
return stv0299_send_legacy_dish_cmd (i2c, (u32) arg,
state->tuner_type);
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h
index 7867761d2..36df2d66f 100644
--- a/linux/include/linux/dvb/frontend.h
+++ b/linux/include/linux/dvb/frontend.h
@@ -258,7 +258,7 @@ struct dvb_frontend_event {
#define FE_GET_FRONTEND _IOR('o', 77, struct dvb_frontend_parameters)
#define FE_GET_EVENT _IOR('o', 78, struct dvb_frontend_event)
-#define FE_DISHETWORK_SEND_LEGACY_CMD _IO('o', 80) /* unsigned int */
+#define FE_DISHNETWORK_SEND_LEGACY_CMD _IO('o', 80) /* unsigned int */
#endif /*_DVBFRONTEND_H_*/