]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: Add support for a new version of scan request command
authorIlan Peer <ilan.peer@intel.com>
Sat, 4 Dec 2021 11:10:45 +0000 (13:10 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 7 Dec 2021 18:06:39 +0000 (20:06 +0200)
commita77987b195dd553d7c1b578fbf4804a8b035b479
treed9b0f8c4472814b68958ff187de824a5e5122188
parent544c69ba16dd33a4dc1efdd19f363fe0bb422c4a
iwlwifi: mvm: Add support for a new version of scan request command

The scan request command is identical in binary format to the previous
scan request command and the only change is now a previously reserved
octet is used to indicate new flags introduced in the command. Align
the code to support the new version and the previous one.

Later patches would add the specific handling for the new
flags.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20211204130722.392a4af559bc.Ib8f1e3b527453531c10bfd7f4b116d3e257c7f1f@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/scan.h
drivers/net/wireless/intel/iwlwifi/mvm/scan.c