iwlwifi: mvm: link to TX commands in documentation

Link from the TX_CMD enum value to the TX command structs.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
Johannes Berg 2017-03-31 11:25:52 +02:00 committed by Luca Coelho
parent b7bea642d5
commit e8226a5e4a
1 changed files with 3 additions and 1 deletions

View File

@ -215,7 +215,9 @@ enum iwl_legacy_cmds {
/* paging get item */
FW_GET_ITEM_CMD = 0x1a,
/* TX */
/**
* @TX_CMD: uses &struct iwl_tx_cmd or &struct iwl_tx_cmd_gen2
*/
TX_CMD = 0x1c,
/**