]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64ba4d05d1c748d267ea1f5e5580fff280a58543
tree3fe301d53ee937eca7244837a13faff0b3d13d6a
parent9d31b5748b8fba9532b07027a7327b15c5f5cd67
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