diff options
| author | Johannes Berg <[email protected]> | 2021-12-04 06:35:53 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2021-12-07 18:06:36 +0000 |
| commit | f4340baff9c23be65e7becf91e2e9bb1b77f92ac (patch) | |
| tree | 6c8cd99cab02083ef01a38d09dee759148e6334a | |
| parent | iwlwifi: mvm: support RLC configuration command (diff) | |
| download | kernel-f4340baff9c23be65e7becf91e2e9bb1b77f92ac.tar.gz kernel-f4340baff9c23be65e7becf91e2e9bb1b77f92ac.zip | |
iwlwifi: fw: api: add link to PHY context command struct v1
There are two possible versions of this command in use today,
add a link to v1 as well in the documentation.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20211204083238.d7c4ed8e85e0.I524a84e03068ecf7c3125ad028f0ca465d41c0f3@changeid
Signed-off-by: Luca Coelho <[email protected]>
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h b/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h index 8a90acbd0db9..8ce03b08592c 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h @@ -72,7 +72,8 @@ enum iwl_legacy_cmds { /** * @PHY_CONTEXT_CMD: - * Add/modify/remove a PHY context, using &struct iwl_phy_context_cmd. + * Add/modify/remove a PHY context, using &struct iwl_phy_context_cmd + * or &struct iwl_phy_context_cmd_v1. */ PHY_CONTEXT_CMD = 0x8, |
