]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: move PNVM implementation to common code
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 8 Oct 2020 15:12:46 +0000 (18:12 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 8 Oct 2020 17:14:58 +0000 (20:14 +0300)
commita0e001a01d5b2c9c624123aa6d7429687dbcd73d
treefe6796c2151a20fc93a4edfe7d76e2611520a06b
parent94bf283b5cc4e418866d8351b1caec3aa339dcc8
iwlwifi: move PNVM implementation to common code

The PNVM code is generic and can be used by other opmodes.  Move it to
a common file and include it in the relevant opmodes.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/iwlwifi.20201008181047.232aa310693b.I03a18ffa4162753af38e759d88e27509007c7bca@changeid
drivers/net/wireless/intel/iwlwifi/Makefile
drivers/net/wireless/intel/iwlwifi/fw/pnvm.c [new file with mode: 0644]
drivers/net/wireless/intel/iwlwifi/fw/pnvm.h [new file with mode: 0644]
drivers/net/wireless/intel/iwlwifi/mvm/fw.c