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

Commit f68d18f2 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Johannes Berg
Browse files

iwlwifi: mvm: use proper scan type for P2P



It was set to be FORCED because of a firmware bug which
has been fixed.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: default avatarIlan Peer <ilan.peer@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 09e1a79a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -298,12 +298,6 @@ int iwl_mvm_scan_request(struct iwl_mvm *mvm,
	else
		cmd->type = cpu_to_le32(SCAN_TYPE_FORCED);

	/*
	 * TODO: This is a WA due to a bug in the FW AUX framework that does not
	 * properly handle time events that fail to be scheduled
	 */
	cmd->type = cpu_to_le32(SCAN_TYPE_FORCED);

	cmd->repeats = cpu_to_le32(1);

	/*