qcacmn: Add support for QCA9379 SDIO & USB boards

Propagate from qcacld-2.0 to qcacmn

This change add the corresponding support for QCA9379 which has new chip ID.

Change-Id: I252b75d9ae7b760a6a8f6931b4db753f50d3baba
CRs-Fixed: 990755
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c
index 7127e35..8a82d58 100644
--- a/hif/src/hif_main.c
+++ b/hif/src/hif_main.c
@@ -318,6 +318,11 @@
 		.id = WCN3990_v2_1,
 		.subid = 0x0,
 		.name = "WCN3990_V2.1",
+	},
+	{
+		.id = QCA9379_REV1_VERSION,
+		.subid = 0xC,
+		.name = "QCA9379_REV1",
 	}
 };