diff options
author | Arik Nemtsov <arik@wizery.com> | 2014-09-11 06:10:08 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-11-24 01:30:19 -0500 |
commit | 77c5d7eff79066b28d92f1b01fa4b6ee7106b923 (patch) | |
tree | a195dce4400060dc29fa1f759cf89dbb6a9a9f66 /drivers/net/wireless/iwlwifi/iwl-fw.h | |
parent | d8f1c515708947cbe59973396fa2636099a62452 (diff) |
iwlwifi: mvm: add TDLS channel switch FW APIs
Add a channel-switch command and a switch-start notification. Also add a
FW TLV bit indicating TDLS channel switching support.
Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-fw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-fw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-fw.h b/drivers/net/wireless/iwlwifi/iwl-fw.h index 78d3e5f5fff9..a94d244459d7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-fw.h +++ b/drivers/net/wireless/iwlwifi/iwl-fw.h | |||
@@ -157,6 +157,7 @@ enum iwl_ucode_tlv_api { | |||
157 | * @IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT: supports Quiet Period requests | 157 | * @IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT: supports Quiet Period requests |
158 | * @IWL_UCODE_TLV_CAPA_DQA_SUPPORT: supports dynamic queue allocation (DQA), | 158 | * @IWL_UCODE_TLV_CAPA_DQA_SUPPORT: supports dynamic queue allocation (DQA), |
159 | * which also implies support for the scheduler configuration command | 159 | * which also implies support for the scheduler configuration command |
160 | * @IWL_UCODE_TLV_CAPA_TDLS_CHANNEL_SWITCH: supports TDLS channel switching | ||
160 | */ | 161 | */ |
161 | enum iwl_ucode_tlv_capa { | 162 | enum iwl_ucode_tlv_capa { |
162 | IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = BIT(0), | 163 | IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = BIT(0), |
@@ -167,6 +168,7 @@ enum iwl_ucode_tlv_capa { | |||
167 | IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT = BIT(10), | 168 | IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT = BIT(10), |
168 | IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = BIT(11), | 169 | IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = BIT(11), |
169 | IWL_UCODE_TLV_CAPA_DQA_SUPPORT = BIT(12), | 170 | IWL_UCODE_TLV_CAPA_DQA_SUPPORT = BIT(12), |
171 | IWL_UCODE_TLV_CAPA_TDLS_CHANNEL_SWITCH = BIT(13), | ||
170 | }; | 172 | }; |
171 | 173 | ||
172 | /* The default calibrate table size if not specified by firmware file */ | 174 | /* The default calibrate table size if not specified by firmware file */ |