|
@@ -148,10 +148,12 @@ enum iwl_ucode_tlv_api {
|
|
|
* @IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT: supports insertion of current
|
|
|
* tx power value into TPC Report action frame and Link Measurement Report
|
|
|
* action frame
|
|
|
+ * @IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT: supports Quiet Period requests
|
|
|
*/
|
|
|
enum iwl_ucode_tlv_capa {
|
|
|
- IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = BIT(0),
|
|
|
- IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT = BIT(8),
|
|
|
+ IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = BIT(0),
|
|
|
+ IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT = BIT(8),
|
|
|
+ IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = BIT(11),
|
|
|
};
|
|
|
|
|
|
/* The default calibrate table size if not specified by firmware file */
|