diff options
author | Haim Dreyfuss | 2017-06-12 13:59:02 +0200 |
---|---|---|
committer | Luca Coelho | 2017-08-09 20:14:41 +0200 |
commit | 6ca33f8bae01bd3f1949287a0339c3e6f9e96aca (patch) | |
tree | 4ba3a97cbb6e7d118beaf763b89bd32f79fab1d2 /drivers/net/wireless/intel/iwlwifi/fw/file.h | |
parent | iwlwifi: mvm: set the default cTDP budget (diff) | |
download | kernel-qcow2-linux-6ca33f8bae01bd3f1949287a0339c3e6f9e96aca.tar.gz kernel-qcow2-linux-6ca33f8bae01bd3f1949287a0339c3e6f9e96aca.tar.xz kernel-qcow2-linux-6ca33f8bae01bd3f1949287a0339c3e6f9e96aca.zip |
iwlwifi: mvm: support new beacon template command
Support a new version of the beacon template command. This replaces v8
of the command, which was missing the rate code. Also, export rate
decision logic to a separate function.
Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/file.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/file.h b/drivers/net/wireless/intel/iwlwifi/fw/file.h index 0fa8c473f1e2..d933aa324ffe 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/file.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/file.h @@ -260,6 +260,7 @@ enum iwl_ucode_tlv_api { IWL_UCODE_TLV_API_STA_TYPE = (__force iwl_ucode_tlv_api_t)30, IWL_UCODE_TLV_API_NAN2_VER2 = (__force iwl_ucode_tlv_api_t)31, /* API Set 1 */ + IWL_UCODE_TLV_API_NEW_BEACON_TEMPLATE = (__force iwl_ucode_tlv_api_t)34, IWL_UCODE_TLV_API_NEW_RX_STATS = (__force iwl_ucode_tlv_api_t)35, NUM_IWL_UCODE_TLV_API |