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

Commit 4266f5b9 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: Enable time sync feature for QCA6490"

parents 04954f6e 6c578400
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1327,6 +1327,7 @@ static int cnss_pci_start_time_sync_update(struct cnss_pci_data *pci_priv)

	switch (pci_priv->device_id) {
	case QCA6390_DEVICE_ID:
	case QCA6490_DEVICE_ID:
		break;
	default:
		return -EOPNOTSUPP;
@@ -1346,6 +1347,7 @@ static void cnss_pci_stop_time_sync_update(struct cnss_pci_data *pci_priv)
{
	switch (pci_priv->device_id) {
	case QCA6390_DEVICE_ID:
	case QCA6490_DEVICE_ID:
		break;
	default:
		return;