commit | 0e4cf09b55104b60909c2f5b0bcf4a0811513dbd | [log] [tgz] |
---|---|---|
author | Christoph Seitz <christoph.seitz@infineon.com> | Thu Mar 06 10:22:23 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 10 15:02:38 2025 +0100 |
tree | 33dbde6de4732b80dd6f5d714c658e36e4f38e8e | |
parent | b0f603cfe5a8a1a70781209172a874b473137419 [diff] |
net: sockets: Fix AF_PACKET sll_protocol in recvfrom Convert the protocol value in return in recvfrom to network byte order as expected. Signed-off-by: Christoph Seitz <christoph.seitz@infineon.com>