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

Commit 6c578400 authored by Manikandan Mohan's avatar Manikandan Mohan
Browse files

cnss2: Enable time sync feature for QCA6490



Enable Host and FW time sync feature for QCA6490.

Change-Id: I7a70f7bcbce68d6dfae05db37de883789361bb65
Signed-off-by: default avatarManikandan Mohan <manikand@codeaurora.org>
parent eeb43e9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1324,6 +1324,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;
@@ -1343,6 +1344,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;