diff options
| author | Mordechay Goodstein <[email protected]> | 2020-10-08 15:12:43 +0000 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2020-10-08 17:14:54 +0000 |
| commit | 853f4954baf4c034e23c13f493190d8fa6fc0707 (patch) | |
| tree | 5c27defea6f9bfc048606dc5a08b7901c414afb5 /drivers/net/wireless/intel/iwlwifi/fw/api/commands.h | |
| parent | iwlwifi: mvm: fix suspicious rcu usage warnings (diff) | |
| download | kernel-853f4954baf4c034e23c13f493190d8fa6fc0707.tar.gz kernel-853f4954baf4c034e23c13f493190d8fa6fc0707.zip | |
iwlwifi: stats: add new api fields for statistics cmd/ntfy
The new API uses TLV format for statistics to enable fast changes
and debug on the fly.
Signed-off-by: Mordechay Goodstein <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20201008181047.a45fd1a34a39.I7709305a6dc7b88d0c5119b12c9251fa6c740262@changeid
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/commands.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/commands.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h b/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h index 14975a7e7203..8cc36dbb2311 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h @@ -411,7 +411,8 @@ enum iwl_legacy_cmds { * one of &struct iwl_statistics_cmd, * &struct iwl_notif_statistics_v11, * &struct iwl_notif_statistics_v10, - * &struct iwl_notif_statistics + * &struct iwl_notif_statistics, + * &struct iwl_statistics_operational_ntfy */ STATISTICS_CMD = 0x9c, @@ -419,7 +420,8 @@ enum iwl_legacy_cmds { * @STATISTICS_NOTIFICATION: * one of &struct iwl_notif_statistics_v10, * &struct iwl_notif_statistics_v11, - * &struct iwl_notif_statistics + * &struct iwl_notif_statistic, + * &struct iwl_statistics_operational_ntfy */ STATISTICS_NOTIFICATION = 0x9d, |
