OSDN Git Service

iwlwifi: scan: adapt the code to use api ver 11
authorTova Mussai <tova.mussai@intel.com>
Fri, 15 Nov 2019 07:27:48 +0000 (09:27 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 15 Nov 2019 07:32:30 +0000 (09:32 +0200)
commit19ff9b2c6e3cdf1363ef0ec58e2089d750594d60
tree43e37df8ee47b88117af32747225008b150ac073
parent51698293e3230796e38cd92c49e69650cacf66e5
iwlwifi: scan: adapt the code to use api ver 11

FW scan api ver 11 adds support for some new features,
in this version the fw did also some cleanup in the api,
which causes the driver not to be able to use the
current scan req struct.

Therefore, in this patch the driver has new version for the scan command
code

Signed-off-by: Tova Mussai <tova.mussai@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/intel/iwlwifi/fw/api/scan.h
drivers/net/wireless/intel/iwlwifi/fw/img.h
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/scan.c