Commit 24091f87 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Gregory Greenman

wifi: iwlwifi: mention the response structure in the kerneldoc

Add a comment to mention the structure used for the response for the
flush command.
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Link: https://lore.kernel.org/r/20230127002430.422c9fbac12c.I2da0954d1c62007b5f01faf06df3e4081e52204f@changeidSigned-off-by: default avatarGregory Greenman <gregory.greenman@intel.com>
parent 23dcee94
...@@ -153,6 +153,7 @@ enum iwl_legacy_cmds { ...@@ -153,6 +153,7 @@ enum iwl_legacy_cmds {
/** /**
* @TXPATH_FLUSH: &struct iwl_tx_path_flush_cmd * @TXPATH_FLUSH: &struct iwl_tx_path_flush_cmd
* response in &struct iwl_tx_path_flush_cmd_rsp
*/ */
TXPATH_FLUSH = 0x1e, TXPATH_FLUSH = 0x1e,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment