mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-19 14:19:21 +00:00
The switch sends autocast mib in little-endian. This is problematic for
big-endian system as the values needs to be converted.
Fix this by converting each mib value to cpu byte order.
Fixes:
|
||
|---|---|---|
| .. | ||
| ar9331.c | ||
| Kconfig | ||
| Makefile | ||
| qca8k-8xxx.c | ||
| qca8k-common.c | ||
| qca8k.h | ||