mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-16 02:21:56 +00:00
We read the regulatory.lar_enabled field in iwl_fw_get_nvm() and store
it in nvm->lar_enabled, taking care of endianness. But then later we
read it again to pass the value to iwl_init_sbands() without handling
endianness. To solve this, simply reuse nvm->lar_enabled when calling
that function.
Fixes:
|
||
|---|---|---|
| .. | ||
| api | ||
| common_rx.c | ||
| dbg.c | ||
| dbg.h | ||
| error-dump.h | ||
| file.h | ||
| img.h | ||
| init.c | ||
| notif-wait.c | ||
| notif-wait.h | ||
| nvm.c | ||
| paging.c | ||
| runtime.h | ||
| smem.c | ||