mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
f51b10ef65
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> |
||
---|---|---|
.. | ||
b2c2 | ||
bt8xx | ||
cinergyT2 | ||
dvb-core | ||
dvb-usb | ||
frontends | ||
pluto2 | ||
ttpci | ||
ttusb-budget | ||
ttusb-dec | ||
Kconfig | ||
Makefile |