From d12f727152cc50131e0f9ad64c27a22a00dfab06 Mon Sep 17 00:00:00 2001 From: Pavankumar Nandeshwar Date: Wed, 6 Jan 2021 08:10:29 -0800 Subject: [PATCH] qcacmn: change qcn9100 to qcn6122 in gpio Change the name of target type qcn9100 to qcn6122 in gpio. Change-Id: I28bc8fbe482a4dedbb8212724195d8757343a63e CRs-Fixed: 2849577 --- gpio/dispatcher/src/wlan_gpio_tgt_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpio/dispatcher/src/wlan_gpio_tgt_api.c b/gpio/dispatcher/src/wlan_gpio_tgt_api.c index 44b46d3da9..293cfdf0bb 100644 --- a/gpio/dispatcher/src/wlan_gpio_tgt_api.c +++ b/gpio/dispatcher/src/wlan_gpio_tgt_api.c @@ -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 * 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); 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_QCA5018) || (target_type == TARGET_TYPE_QCA6018)) {