]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b68a7888f040f28b70a400552cf7705acd1d3f1
tree43e37df8ee47b88117af32747225008b150ac073
parent04db90e8ad7fe264800fdbb6af0847f53d4612c6
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