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-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
@@ -102,7 +102,7 @@ static bool target_if_is_dfs_3(uint32_t target_type)
|
||||
return is_dfs_3;
|
||||
}
|
||||
|
||||
#ifdef QCA_MCL_DFS_SUPPORT
|
||||
#ifdef MOBILE_DFS_SUPPORT
|
||||
/**
|
||||
* target_if_radar_event_handler() - handle radar event when
|
||||
* phyerr filter offload is enabled.
|
||||
@@ -293,7 +293,7 @@ static QDF_STATUS target_if_dfs_is_pdev_5ghz(struct wlan_objmgr_pdev *pdev,
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
#ifdef QCA_MCL_DFS_SUPPORT
|
||||
#ifdef MOBILE_DFS_SUPPORT
|
||||
/**
|
||||
* target_if_dfs_set_phyerr_filter_offload() - config phyerr filter offload.
|
||||
* @pdev: Pointer to DFS pdev object.
|
||||
|
Reference in New Issue
Block a user