diff options
| -rw-r--r-- | include/linux/dvb/frontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 291dd8e5e58d..3d4fab495fb2 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
| @@ -328,14 +328,14 @@ struct dtv_property { | |||
| 328 | int result; | 328 | int result; |
| 329 | } __attribute__ ((packed)); | 329 | } __attribute__ ((packed)); |
| 330 | 330 | ||
| 331 | /* No more than 16 properties during any given ioctl */ | 331 | /* num of properties cannot exceed DTV_IOCTL_MAX_MSGS per ioctl */ |
| 332 | #define DTV_IOCTL_MAX_MSGS 64 | ||
| 333 | |||
| 332 | struct dtv_properties { | 334 | struct dtv_properties { |
| 333 | __u32 num; | 335 | __u32 num; |
| 334 | struct dtv_property *props; | 336 | struct dtv_property *props; |
| 335 | }; | 337 | }; |
| 336 | 338 | ||
| 337 | #define DTV_IOCTL_MAX_MSGS 64 | ||
| 338 | |||
| 339 | #define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties) | 339 | #define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties) |
| 340 | #define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties) | 340 | #define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties) |
| 341 | 341 | ||
