qcacmn: Pebble bring-up changes in Umac and target_if layer
Add device Id and target type checks for qcn6432 target compilation Add CFR and spectral support for QCN6432 Change-Id: Ic908fa768aa1be7cfc40be7fcc7f9ca6aa85aaa6 CRs-Fixed: 3351747
This commit is contained in:

committed by
Madan Koyyalamudi

parent
42a7f2f1b4
commit
e11f459ade
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -106,6 +106,7 @@ static bool tgt_gpio_disabled(struct wlan_objmgr_psoc *psoc)
|
||||
(target_type == TARGET_TYPE_QCA8074V2) ||
|
||||
(target_type == TARGET_TYPE_QCA9574) ||
|
||||
(target_type == TARGET_TYPE_QCA5332) ||
|
||||
(target_type == TARGET_TYPE_QCN6432) ||
|
||||
(target_type == TARGET_TYPE_QCA5018) ||
|
||||
(target_type == TARGET_TYPE_QCA6018)) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user