On 8/22/21 4:30 PM, David Laight wrote:
From: Larry FingerSent: 20 August 2021 22:45 u32 cookie = be32_to_cpu(dhcph->cookie);Modulo anything that really means it should get_unaligned_be32().
True, but cookie is 32-bit aligned, thus the code is correct. Larry