]> 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)
commitb05d731e8a50937b7c8d20f0665938043ba58788
treefe6796c2151a20fc93a4edfe7d76e2611520a06b
parentd0961a0ff3fe474986e99a349a8549cabc223c54
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