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

Commit 7cd3e874 authored by Paul Zhang's avatar Paul Zhang Committed by nshrivas
Browse files

qcacmn: enable/disable detecting interop issues ap

Per flag detect_enable to enable/disable detecting
interop issues ap function in firmware.

Change-Id: I52617e3700a3c79fc5b72c53af6d4b8db5e97879
CRs-Fixed: 2602001
parent 56ad28bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for
 * any purpose with or without fee is hereby granted, provided that the
@@ -96,7 +96,7 @@ send_set_rap_ps_cmd_tlv(wmi_unified_t wmi_handle,
						     WMI_HOST_PDEV_ID_SOC);

	cmd->type = WMI_ROGUE_AP_ON_STA_PS;
	if (count)
	if (rap->detect_enable)
		cmd->sta_ps_detection_enabled = 1;
	else
		cmd->sta_ps_detection_enabled = 0;