Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / net / wireless / intel / iwlwifi / fw / api / commands.h
index 35b8856..c78d2f1 100644 (file)
@@ -322,14 +322,6 @@ enum iwl_legacy_cmds {
         */
        REPLY_THERMAL_MNG_BACKOFF = 0x7e,
 
-       /**
-        * @DC2DC_CONFIG_CMD:
-        * Set/Get DC2DC frequency tune
-        * Command is &struct iwl_dc2dc_config_cmd,
-        * response is &struct iwl_dc2dc_config_resp
-        */
-       DC2DC_CONFIG_CMD = 0x83,
-
        /**
         * @NVM_ACCESS_CMD: using &struct iwl_nvm_access_cmd
         */
@@ -608,6 +600,11 @@ enum iwl_system_subcmd_ids {
         * @SYSTEM_FEATURES_CONTROL_CMD: &struct iwl_system_features_control_cmd
         */
        SYSTEM_FEATURES_CONTROL_CMD = 0xd,
+
+       /**
+        * @RFI_DEACTIVATE_NOTIF: &struct iwl_rfi_deactivate_notif
+        */
+       RFI_DEACTIVATE_NOTIF = 0xff,
 };
 
 #endif /* __iwl_fw_api_commands_h__ */