From df92010269289adcd89ced7550b514004c6896ad Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Tue, 7 Oct 2008 16:30:45 -0400 Subject: S2API: Ensure we have a reasonable ROLLOFF default From: Darron Broad From the author: Non-initialised cache values get a reasonble default. Priority: normal Signed-off-by: Steven Toth Signed-off-by: Darron Broad --- linux/include/linux/dvb/frontend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/include') diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index 79fb7bd86..72cb8ae55 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -315,9 +315,9 @@ typedef enum fe_pilot { } fe_pilot_t; typedef enum fe_rolloff { + ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */ ROLLOFF_20, ROLLOFF_25, - ROLLOFF_35, ROLLOFF_AUTO, } fe_rolloff_t; -- cgit v1.2.3