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

Commit 0f17e1bb authored by David Spinadel's avatar David Spinadel Committed by Luca Coelho
Browse files

iwlwifi: mvm: change TX_CMD_SEC_KEY_FROM_TABLE value



Change the value of TX_CMD_SEC_KEY_FROM_TABLE flag
in TX_CMD security flags to accommodate a FW API change.

Bump min API for 9000 series devices to 30 to keep the driver aligned
aligned the FW.

Signed-off-by: default avatarDavid Spinadel <david.spinadel@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent a56cb4f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
#define IWL9000_UCODE_API_MAX	30

/* Lowest firmware API version supported */
#define IWL9000_UCODE_API_MIN	17
#define IWL9000_UCODE_API_MIN	30

/* NVM versions */
#define IWL9000_NVM_VERSION		0x0a1d
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ enum iwl_tx_cmd_sec_ctrl {
	TX_CMD_SEC_EXT			= 0x04,
	TX_CMD_SEC_GCMP			= 0x05,
	TX_CMD_SEC_KEY128		= 0x08,
	TX_CMD_SEC_KEY_FROM_TABLE	= 0x08,
	TX_CMD_SEC_KEY_FROM_TABLE	= 0x10,
};

/* TODO: how does these values are OK with only 16 bit variable??? */