iwlwifi: move UEFI code to a separate file
authorLuca Coelho <luciano.coelho@intel.com>
Mon, 21 Jun 2021 07:37:35 +0000 (10:37 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 22 Jun 2021 13:57:57 +0000 (16:57 +0300)
commit84c3c9952afbf7df39937095aa0ad70b58703e91
tree7ce2a037197ab0da19422e1e4840c8346991598e
parent5c157941cda00e9a1127a7a909177900f9195e19
iwlwifi: move UEFI code to a separate file

We are going to read more variables from UEFI, so it's cleaner to have
all the code that handles UEFI variables in a separate file.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210621103449.c705ac86f2e9.Ia7421c17fe52929e4098b4f0cf070809ed3ef906@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/Makefile
drivers/net/wireless/intel/iwlwifi/fw/pnvm.c
drivers/net/wireless/intel/iwlwifi/fw/uefi.c [new file with mode: 0644]
drivers/net/wireless/intel/iwlwifi/fw/uefi.h [new file with mode: 0644]