We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d87c3ca + 9359816 commit 95b922dCopy full SHA for 95b922d
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
@@ -32,9 +32,9 @@ static void iwl_mvm_mld_mac_ctxt_cmd_common(struct iwl_mvm *mvm,
32
unsigned int link_id;
33
int cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw,
34
WIDE_ID(MAC_CONF_GROUP,
35
- MAC_CONFIG_CMD), 0);
+ MAC_CONFIG_CMD), 1);
36
37
- if (WARN_ON(cmd_ver < 1 || cmd_ver > 3))
+ if (WARN_ON(cmd_ver > 3))
38
return;
39
40
cmd->id_and_color = cpu_to_le32(mvmvif->id);
0 commit comments