mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 17:52:07 +00:00
The header and the data of the skb for the inband mgmt requires
to be in little-endian. This is problematic for big-endian system
as the mgmt header is written in the cpu byte order.
Fix this by converting each value for the mgmt header and data to
little-endian, and convert to cpu byte order the mgmt header and
data sent by the switch.
Fixes:
|
||
|---|---|---|
| .. | ||
| 8021q.h | ||
| brcm.h | ||
| lan9303.h | ||
| loop.h | ||
| mv88e6xxx.h | ||
| ocelot.h | ||
| sja1105.h | ||
| tag_qca.h | ||