Add support for crc32_le() as a wrapper around crc32_raw(). Sponsored-by: The FreeBSD Foundation Obtained-from: bz_iwlwifi MFC after: 2 weeks
Details
Details
- Reviewers
tuexen arichardson markj kib hselasky - Group Reviewers
linuxkpi - Commits
- R10:0c7b75f12840: LinuxKPI: add support for crc32_le()
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I added some of you as reviewers as you have lately touched the crc32 code and I'd love a separate pair of eyes confirming that byte order for this is correct.
sys/compat/linuxkpi/common/include/linux/crc32.h | ||
---|---|---|
30 | s/LINUC/LINUX/ |
sys/compat/linuxkpi/common/include/linux/crc32.h | ||
---|---|---|
30 | LINUC -> LINUX |