iwlwifi: Switch to proper EFI variable store interface
authorArd Biesheuvel <ardb@kernel.org>
Fri, 17 Jun 2022 17:00:06 +0000 (19:00 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Mon, 20 Jun 2022 10:43:25 +0000 (12:43 +0200)
commit0c4bad7f47c4e5ff82c82fbdd4f4ab3105b98fc9
tree3fe301d53ee937eca7244837a13faff0b3d13d6a
parent38d4f74bc14847491d07bd745dc4a2c274f4987d
iwlwifi: Switch to proper EFI variable store interface

Using half of the efivar API with locally baked efivar_entry instances
is not the right way to use this API, and these uses impede planned work
on the efivar layer itself.

So switch to direct EFI variable store accesses: we don't need the
efivar layer anyway.

Acked-by: Kalle Valo <kvalo@kernel.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/net/wireless/intel/iwlwifi/fw/uefi.c