Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 731545c9 authored by Pavankumar Nandeshwar's avatar Pavankumar Nandeshwar Committed by Madan Koyyalamudi
Browse files

qcacmn: change qcn9100 to qcn6122 in gpio

Change the name of target type qcn9100
to qcn6122 in gpio.

Change-Id: I28bc8fbe482a4dedbb8212724195d8757343a63e
CRs-Fixed: 2849577
parent f434e96f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,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)) {