qcacmn: SAP DFS: Fix dfs_phyerr_filter_offload

Correct the logic based on phyerr filter offload INI value.

Change-Id: Ie4722eba7d7476fc7c445e9e9a026827231552eb
CRs-Fixed: 1036629
This commit is contained in:
Arif Hussain
2016-06-30 15:57:49 -07:00
committed by Nandini Suresh
parent ac3869bf63
commit 4ab1c4c0a3

View File

@@ -6828,7 +6828,7 @@ send_dfs_phyerr_filter_offload_en_cmd_tlv(wmi_unified_t wmi_handle,
QDF_STATUS ret;
if (dfs_phyerr_filter_offload) {
if (false == dfs_phyerr_filter_offload) {
WMI_LOGD("%s:Phyerror Filtering offload is Disabled in ini",
__func__);
len = sizeof(*disable_phyerr_offload_cmd);