qcacmn: change qcn9100 to qcn6122 in gpio
Change the name of target type qcn9100 to qcn6122 in gpio. Change-Id: I28bc8fbe482a4dedbb8212724195d8757343a63e CRs-Fixed: 2849577
This commit is contained in:

committed by
snandini

parent
1adba0a413
commit
d12f727152
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
@@ -100,7 +100,7 @@ static bool tgt_gpio_disabled(struct wlan_objmgr_psoc *psoc)
|
|||||||
target_type = target_type_tx_ops->tgt_get_tgt_type(psoc);
|
target_type = target_type_tx_ops->tgt_get_tgt_type(psoc);
|
||||||
|
|
||||||
if ((target_type == TARGET_TYPE_QCA8074) ||
|
if ((target_type == TARGET_TYPE_QCA8074) ||
|
||||||
(target_type == TARGET_TYPE_QCN9100) ||
|
(target_type == TARGET_TYPE_QCN6122) ||
|
||||||
(target_type == TARGET_TYPE_QCA8074V2) ||
|
(target_type == TARGET_TYPE_QCA8074V2) ||
|
||||||
(target_type == TARGET_TYPE_QCA5018) ||
|
(target_type == TARGET_TYPE_QCA5018) ||
|
||||||
(target_type == TARGET_TYPE_QCA6018)) {
|
(target_type == TARGET_TYPE_QCA6018)) {
|
||||||
|
Reference in New Issue
Block a user