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)
commitba16c04fab0fac9f31bd44b5c575ab771e38847f
treed9b0f8c4472814b68958ff187de824a5e5122188
parent7e32281d07c51fe6dd98ccaf36ccb4d4387972ff
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