qcacmn: Initial changes for ipq9574 target compilation
Added device ID and target type checks for ipq9574 traget compilation. Change-Id: Ie337d1256f828987ed469a609c8fb74de2180dca
This commit is contained in:

committed by
Madan Koyyalamudi

parent
1db04afdb1
commit
00bcc8cbd3
@@ -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
|
||||
@@ -392,7 +392,8 @@ free_vdevref:
|
||||
#endif
|
||||
|
||||
#if (defined(WLAN_DFS_FULL_OFFLOAD) || defined(QCA_WIFI_QCA8074) || \
|
||||
defined(QCA_WIFI_QCA6018) || defined(QCA_WIFI_QCA5018))
|
||||
defined(QCA_WIFI_QCA6018) || defined(QCA_WIFI_QCA5018) || \
|
||||
defined(QCA_WIFI_QCA9574))
|
||||
QDF_STATUS target_process_bang_radar_cmd(
|
||||
struct wlan_objmgr_pdev *pdev,
|
||||
struct dfs_emulate_bang_radar_test_cmd *dfs_unit_test)
|
||||
|
Reference in New Issue
Block a user