qcacmn: Add new HW version for QCA9379

Propagate from qcacld-2.0 to qcacmn

Currently there is no QCA9379 1.1 infomation in wlan device id table.
Add QCA9379 version 1.1 in device id table.

CRs-Fixed: 1048598
Change-Id: Ie4b7d3e31db2f2b3cad116bb0e993f9f55a7d322
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c
index 036bdd7..7a1f5e4 100644
--- a/hif/src/hif_main.c
+++ b/hif/src/hif_main.c
@@ -313,6 +313,11 @@
 		.id = QCA9379_REV1_VERSION,
 		.subid = 0xC,
 		.name = "QCA9379_REV1",
+	},
+	{
+		.id = QCA9379_REV1_VERSION,
+		.subid = 0xD,
+		.name = "QCA9379_REV1_1",
 	}
 };