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

Commit 2e2e61e6 authored by Yue Ma's avatar Yue Ma
Browse files

cnss2: Add QCA6390 device ID for cnss_get_bus_type()



QCA6390 device ID is missing for cnss_get_bus_type(). Hence add
the correct one.

Change-Id: I89343c67ccce81e06a6c051fd7684718441bd250
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent 21ef7b06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ enum cnss_dev_bus_type cnss_get_bus_type(unsigned long device_id)
	case QCA6174_DEVICE_ID:
	case QCA6290_EMULATION_DEVICE_ID:
	case QCA6290_DEVICE_ID:
	case QCA6390_DEVICE_ID:
		return CNSS_BUS_PCI;
	default:
		cnss_pr_err("Unknown device_id: 0x%lx\n", device_id);