summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h
diff options
context:
space:
mode:
authorJohannes Berg2017-05-03 21:56:04 +0200
committerLuca Coelho2017-06-23 11:00:41 +0200
commita6a621934e2e041ad4a8b55ef273731794e936ed (patch)
treed48986b19bc04c15e047b772157e92ae8ae6a762 /drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h
parentiwlwifi: mvm: fix fw monitor 7000 HW recollecting (diff)
downloadkernel-qcow2-linux-a6a621934e2e041ad4a8b55ef273731794e936ed.tar.gz
kernel-qcow2-linux-a6a621934e2e041ad4a8b55ef273731794e936ed.tar.xz
kernel-qcow2-linux-a6a621934e2e041ad4a8b55ef273731794e936ed.zip
iwlwifi: mvm: disentangle union in TX status struct
This improves documentation, since kernel-doc can't deal with the union well. 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.h3
1 files changed, 2 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 7a52fb6b4924..dc613b604914 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h
@@ -217,7 +217,8 @@ enum iwl_legacy_cmds {
/**
* @TX_CMD: uses &struct iwl_tx_cmd or &struct iwl_tx_cmd_gen2,
- * response in &struct iwl_mvm_tx_resp
+ * response in &struct iwl_mvm_tx_resp or
+ * &struct iwl_mvm_tx_resp_v3
*/
TX_CMD = 0x1c,