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
@@ -102,6 +102,7 @@ static bool tgt_gpio_disabled(struct wlan_objmgr_psoc *psoc)
|
||||
if ((target_type == TARGET_TYPE_QCA8074) ||
|
||||
(target_type == TARGET_TYPE_QCN6122) ||
|
||||
(target_type == TARGET_TYPE_QCA8074V2) ||
|
||||
(target_type == TARGET_TYPE_QCA9574) ||
|
||||
(target_type == TARGET_TYPE_QCA5018) ||
|
||||
(target_type == TARGET_TYPE_QCA6018)) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user