Commit a74231ba authored by Liad Kaufman's avatar Liad Kaufman Committed by Luca Coelho

iwlwifi: update hcmds documentation

A few commands refer to a struct that no longer exists
in the mentioned name. Our trace-cmd parsing scripts
rely on these mentioned names and can't find them,
resulting in these commands not being parsed nicely.
Signed-off-by: default avatarLiad Kaufman <liad.kaufman@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 8dd2cea8
...@@ -415,7 +415,11 @@ enum iwl_legacy_cmds { ...@@ -415,7 +415,11 @@ enum iwl_legacy_cmds {
TX_ANT_CONFIGURATION_CMD = 0x98, TX_ANT_CONFIGURATION_CMD = 0x98,
/** /**
* @STATISTICS_CMD: &struct iwl_statistics_cmd * @STATISTICS_CMD:
* one of &struct iwl_statistics_cmd,
* &struct iwl_notif_statistics_v11,
* &struct iwl_notif_statistics_v10,
* &struct iwl_notif_statistics
*/ */
STATISTICS_CMD = 0x9c, STATISTICS_CMD = 0x9c,
...@@ -423,7 +427,7 @@ enum iwl_legacy_cmds { ...@@ -423,7 +427,7 @@ enum iwl_legacy_cmds {
* @STATISTICS_NOTIFICATION: * @STATISTICS_NOTIFICATION:
* one of &struct iwl_notif_statistics_v10, * one of &struct iwl_notif_statistics_v10,
* &struct iwl_notif_statistics_v11, * &struct iwl_notif_statistics_v11,
* &struct iwl_notif_statistics_cdb * &struct iwl_notif_statistics
*/ */
STATISTICS_NOTIFICATION = 0x9d, STATISTICS_NOTIFICATION = 0x9d,
......
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