kernel-fxtec-pro1x/drivers/media/dvb/dvb-core
Al Viro f51b10ef65 V4L/DVB (8126): net endianness fix
According to RFC 4326 (4.1) D-bit is MSB in net-endian 16bit.
dvb_net.c did
				/* Set D-bit for CRC32 verification,
				 * if it was set originally. */
				ulen |= 0x0080;
which works of little-endian (htons(1<<15) is 0x0080 there), but breaks
on big-endian.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-07-20 07:13:08 -03:00
..
demux.h V4L/DVB (7329): add flag to allow software demux to recognize the output type 2008-04-24 14:07:48 -03:00
dmxdev.c V4L/DVB (7659): dvb-core: Implement DMX_SET_BUFFER_SIZE for dvr 2008-04-24 14:09:45 -03:00
dmxdev.h V4L/DVB (5511): Fix 2/3 for bug 7819: demux and dvr 2007-04-27 15:45:31 -03:00
dvb_ca_en50221.c V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av slot polling 2008-05-14 02:54:02 -03:00
dvb_ca_en50221.h
dvb_demux.c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
dvb_demux.h V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnet 2007-04-27 15:45:32 -03:00
dvb_filter.c
dvb_filter.h
dvb_frontend.c Rename common tuner Kconfig names to use the same 2008-04-29 18:41:38 -03:00
dvb_frontend.h V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontend 2008-01-25 19:04:11 -02:00
dvb_math.c
dvb_math.h
dvb_net.c V4L/DVB (8126): net endianness fix 2008-07-20 07:13:08 -03:00
dvb_net.h V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnet 2007-04-27 15:45:32 -03:00
dvb_ringbuffer.c V4L/DVB (7658): dvb-core: Fix DMX_SET_BUFFER_SIZE in case the buffer shrinks 2008-04-24 14:09:44 -03:00
dvb_ringbuffer.h V4L/DVB (7658): dvb-core: Fix DMX_SET_BUFFER_SIZE in case the buffer shrinks 2008-04-24 14:09:44 -03:00
dvbdev.c dvb: cdev lock_kernel() pushdown 2008-06-20 14:05:50 -06:00
dvbdev.h Rename common tuner Kconfig names to use the same 2008-04-29 18:41:38 -03:00
Makefile V4L/DVB (4411): Fix minor errors in build files 2006-08-08 15:53:03 -03:00