mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 13:10:19 +02: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 | ||