]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: support version 5 of the alive notification
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 30 Sep 2020 16:19:55 +0000 (19:19 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 1 Oct 2020 19:02:26 +0000 (22:02 +0300)
commit9422b978355e569c2791b67f78274668102eb750
tree0230382f543d226c13edb8c11cc0f6bcbe58245b
parent3ac13d56ec8c2bf4886dd96b734294493de12210
iwlwifi: support version 5 of the alive notification

Add support for the new version of the alive notification, which
includes the SKU ID.  We don't use the SKU ID yet, so we can just
handle the new notification as if it were version 4.

While at it, clean up a bit and rename the command and structure names
in the comments so that they are aligned with the ones used in the FW.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200930191738.6024b149e9e2.Ifcadb506e994ec352e9ce54399719926bc1bb7ee@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/alive.h
drivers/net/wireless/intel/iwlwifi/fw/api/commands.h
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
drivers/net/wireless/intel/iwlwifi/mvm/ops.c