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)) {