Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] dvb: frontend.h: add a note for the deprecated enums/structs

Let be clear, at the header, about what got deprecated.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

+6
+6
include/uapi/linux/dvb/frontend.h
··· 486 486 487 487 #if defined(__DVB_CORE__) || !defined (__KERNEL__) 488 488 489 + /* 490 + * DEPRECATED: The DVBv3 ioctls, structs and enums should not be used on 491 + * newer programs, as it doesn't support the second generation of digital 492 + * TV standards, nor supports newer delivery systems. 493 + */ 494 + 489 495 enum fe_bandwidth { 490 496 BANDWIDTH_8_MHZ, 491 497 BANDWIDTH_7_MHZ,