diff options
author | 2025-05-12 22:01:42 -0700 | |
---|---|---|
committer | 2025-05-14 19:24:43 -0700 | |
commit | a1dc1deeacbe65ebd3968bc4d14f14f8d696b184 (patch) | |
tree | edf827cc8161e39b435cd30930ecef6647337b8d /mm/dmapool_test.c | |
parent | openvswitch: Stricter validation for the userspace action (diff) | |
download | wireguard-linux-a1dc1deeacbe65ebd3968bc4d14f14f8d696b184.tar.xz wireguard-linux-a1dc1deeacbe65ebd3968bc4d14f14f8d696b184.zip |
net: apple: bmac: use crc32() instead of hand-rolled equivalent
The calculation done by bmac_crc(addr) followed by taking the low 6 bits
and reversing them is equivalent to taking the high 6 bits from
crc32(~0, addr, ETH_ALEN). Just do that instead.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://patch.msgid.link/20250513050142.635391-1-ebiggers@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions