Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8226a5e authored by Johannes Berg's avatar Johannes Berg Committed by Luca Coelho
Browse files

iwlwifi: mvm: link to TX commands in documentation



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

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent b7bea642
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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,

	/**