|
@@ -155,6 +155,7 @@ enum iwl_ucode_tlv_api {
|
|
* @IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT: supports Quiet Period requests
|
|
* @IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT: supports Quiet Period requests
|
|
* @IWL_UCODE_TLV_CAPA_DQA_SUPPORT: supports dynamic queue allocation (DQA),
|
|
* @IWL_UCODE_TLV_CAPA_DQA_SUPPORT: supports dynamic queue allocation (DQA),
|
|
* which also implies support for the scheduler configuration command
|
|
* which also implies support for the scheduler configuration command
|
|
|
|
+ * @IWL_UCODE_TLV_CAPA_HOTSPOT_SUPPORT: supports Hot Spot Command
|
|
*/
|
|
*/
|
|
enum iwl_ucode_tlv_capa {
|
|
enum iwl_ucode_tlv_capa {
|
|
IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = BIT(0),
|
|
IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = BIT(0),
|
|
@@ -163,6 +164,7 @@ enum iwl_ucode_tlv_capa {
|
|
IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT = BIT(10),
|
|
IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT = BIT(10),
|
|
IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = BIT(11),
|
|
IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = BIT(11),
|
|
IWL_UCODE_TLV_CAPA_DQA_SUPPORT = BIT(12),
|
|
IWL_UCODE_TLV_CAPA_DQA_SUPPORT = BIT(12),
|
|
|
|
+ IWL_UCODE_TLV_CAPA_HOTSPOT_SUPPORT = BIT(18),
|
|
};
|
|
};
|
|
|
|
|
|
/* The default calibrate table size if not specified by firmware file */
|
|
/* The default calibrate table size if not specified by firmware file */
|