diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-03-30 14:23:21 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-06-05 23:34:28 +0300 |
commit | e153c1e4c37fcffa26e901251767c1404db83934 (patch) | |
tree | b394992cede09219997efe8b26aa0c095b5b4726 /drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h | |
parent | 0aaece81114e403315ae01a6cd36044e32922d3b (diff) | |
download | linux-e153c1e4c37fcffa26e901251767c1404db83934.tar.gz linux-e153c1e4c37fcffa26e901251767c1404db83934.tar.bz2 linux-e153c1e4c37fcffa26e901251767c1404db83934.zip |
iwlwifi: mvm: link queue cmd docs to A000 command structs
Document which structures are used with the command for
the A000 hardware flavour.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h b/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h index 23edac4a7009..bf0523d8ca9a 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h +++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h @@ -232,7 +232,9 @@ enum iwl_legacy_cmds { /* scheduler config */ /** - * @SCD_QUEUE_CFG: &struct iwl_scd_txq_cfg_cmd + * @SCD_QUEUE_CFG: &struct iwl_scd_txq_cfg_cmd for older hardware, + * &struct iwl_tx_queue_cfg_cmd with &struct iwl_tx_queue_cfg_rsp + * for newer (A000) hardware. */ SCD_QUEUE_CFG = 0x1d, |