aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/dvb/frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index e185627219e3..6e4ace270276 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -284,9 +284,9 @@ typedef enum fe_pilot {
284} fe_pilot_t; 284} fe_pilot_t;
285 285
286typedef enum fe_rolloff { 286typedef enum fe_rolloff {
287 ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */
287 ROLLOFF_20, 288 ROLLOFF_20,
288 ROLLOFF_25, 289 ROLLOFF_25,
289 ROLLOFF_35,
290 ROLLOFF_AUTO, 290 ROLLOFF_AUTO,
291} fe_rolloff_t; 291} fe_rolloff_t;
292 292