iwlwifi: mvm: docs: fix enum link, provide TX response link
authorJohannes Berg <johannes.berg@intel.com>
Tue, 2 May 2017 11:01:49 +0000 (13:01 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 23 Jun 2017 08:59:05 +0000 (11:59 +0300)
Fix the enum link by adding the missing & and provide the link
to the TX response documentation.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-tx.h
drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h

index c30e0e95b0b02c063d3761a67737cc830a46c12f..a5a8616dad6f03e2c03094242314488ce334a33c 100644 (file)
@@ -488,7 +488,7 @@ enum iwl_tx_agg_status {
 
 /**
  * struct agg_tx_status - per packet TX aggregation status
- * @status: enum iwl_tx_agg_status
+ * @status: See &enum iwl_tx_agg_status
  * @sequence: Sequence # for this frame's Tx cmd (not SSN!)
  */
 struct agg_tx_status {
index cc6af9bd4e103a55ce046d3670812c082f12a3e9..7a52fb6b4924067e477ce2affc16bd94a405a27c 100644 (file)
@@ -216,7 +216,8 @@ enum iwl_legacy_cmds {
        FW_GET_ITEM_CMD = 0x1a,
 
        /**
-        * @TX_CMD: uses &struct iwl_tx_cmd or &struct iwl_tx_cmd_gen2
+        * @TX_CMD: uses &struct iwl_tx_cmd or &struct iwl_tx_cmd_gen2,
+        *      response in &struct iwl_mvm_tx_resp
         */
        TX_CMD = 0x1c,