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

Commit c08ce20c authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

iwlwifi: move IWL_CMD_FAILED_MSK



This is common, not uCode API specific, so move
it to the transport together with the command
header struct definition.

Reviewed-by: default avatarMeenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Reviewed-by: default avatarGuy Cohen <guy.cohen@intel.com>
Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 76ed2edd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -197,9 +197,6 @@ enum {
 *
 *****************************************************************************/

/* iwl_cmd_header flags value */
#define IWL_CMD_FAILED_MSK 0x40

/**
 * iwlagn rate_n_flags bit fields
 *
+3 −0
Original line number Diff line number Diff line
@@ -154,6 +154,9 @@ struct iwl_cmd_header {
	__le16 sequence;
} __packed;

/* iwl_cmd_header flags value */
#define IWL_CMD_FAILED_MSK 0x40


#define FH_RSCSR_FRAME_SIZE_MSK		0x00003FFF	/* bits 0-13 */
#define FH_RSCSR_FRAME_INVALID		0x55550000