]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: TLC_MNG_CONFIG_CMD can use several structures
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 21 Mar 2026 17:29:17 +0000 (19:29 +0200)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 25 Mar 2026 09:31:58 +0000 (11:31 +0200)
Depending on the firmware API version, we can use different version of
the command. Mention them all in the description.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20260321192637.2c0b1adb8655.Id0cc6cb6996df53a224d29fa541d19b9ee2aa479@changeid
drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h

index 6a6e11a57dbf3eccc49c5d886f8f45ee88061ad1..06370c161fe4bbb08b648a64cd5ae3cb023ec6e2 100644 (file)
@@ -56,7 +56,8 @@ enum iwl_data_path_subcmd_ids {
        RFH_QUEUE_CONFIG_CMD = 0xD,
 
        /**
-        * @TLC_MNG_CONFIG_CMD: &struct iwl_tlc_config_cmd_v4
+        * @TLC_MNG_CONFIG_CMD: &struct iwl_tlc_config_cmd_v4 or
+        *      &struct iwl_tlc_config_cmd_v5 or &struct iwl_tlc_config_cmd.
         */
        TLC_MNG_CONFIG_CMD = 0xF,