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:

committed by
Nandini Suresh

parent
ac3869bf63
commit
4ab1c4c0a3
@@ -6828,7 +6828,7 @@ send_dfs_phyerr_filter_offload_en_cmd_tlv(wmi_unified_t wmi_handle,
|
|||||||
QDF_STATUS ret;
|
QDF_STATUS ret;
|
||||||
|
|
||||||
|
|
||||||
if (dfs_phyerr_filter_offload) {
|
if (false == dfs_phyerr_filter_offload) {
|
||||||
WMI_LOGD("%s:Phyerror Filtering offload is Disabled in ini",
|
WMI_LOGD("%s:Phyerror Filtering offload is Disabled in ini",
|
||||||
__func__);
|
__func__);
|
||||||
len = sizeof(*disable_phyerr_offload_cmd);
|
len = sizeof(*disable_phyerr_offload_cmd);
|
||||||
|
Reference in New Issue
Block a user