Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-26 | lib: crc-itu-t.[ch] fix 0x0x prefix in integer constants | Antonio Ospite | 1 | -1/+1 | |
Signed-off-by: Antonio Ospite <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> | |||||
2007-05-10 | CRC ITU-T V.41 | Ivo van Doorn | 1 | -0/+69 | |
This will add the CRC calculation according to the CRC ITU-T V.41 to the kernel lib/ folder. This code has been derived from the rt2x00 driver, currently found only in the wireless-dev tree, but this library is generic and could be used by more drivers who currently use their own implementation. Signed-off-by: Ivo van Doorn <[email protected]> Also useful for the new firewire stack. Signed-off-by: Kristian Hoegsberg <[email protected]> Signed-off-by: Stefan Richter <[email protected]> |