qcacmn: Rename QCA_MCL_DFS_SUPPORT to MOBILE_DFS_SUPPORT
Rename QCA_MCL_DFS_SUPPORT to MOBILE_DFS_SUPPORT. Change-Id: Ic209f76e3a9b1a7a524d7036a0fef7ca044d4ca8 CRs-Fixed: 3038271
This commit is contained in:

committed by
Madan Koyyalamudi

parent
06f52d9da2
commit
88c125a678
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2019, 2021 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
@@ -71,7 +71,7 @@ QDF_STATUS wmi_extract_dfs_radar_detection_event(
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
#ifdef QCA_MCL_DFS_SUPPORT
|
||||
#ifdef MOBILE_DFS_SUPPORT
|
||||
QDF_STATUS wmi_extract_wlan_radar_event_info(
|
||||
wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf,
|
||||
|
@@ -13512,7 +13512,7 @@ static QDF_STATUS extract_dfs_radar_detection_event_tlv(
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
#ifdef QCA_MCL_DFS_SUPPORT
|
||||
#ifdef MOBILE_DFS_SUPPORT
|
||||
/**
|
||||
* extract_wlan_radar_event_info_tlv() - extract radar pulse event
|
||||
* @wmi_handle: wma handle
|
||||
|
Reference in New Issue
Block a user