qcacmn: Add WCN3990_V2 to hw names

Print out hw name WCN3990_V2 when soc version is 0x40010000.

Change-Id: I0e1be64fe5c3b148bb96fbbbbeed4bc68d06ad4b
CRs-Fixed: 1078766
diff --git a/hif/src/hif_hw_version.h b/hif/src/hif_hw_version.h
index c60db25..48b28f1 100644
--- a/hif/src/hif_hw_version.h
+++ b/hif/src/hif_hw_version.h
@@ -41,6 +41,7 @@
 #define AR6320_DEV_VERSION              0x1000000
 #define QCA9377_REV1_1_VERSION          0x5020001
 #define WCN3990_v1                      0x40000000
+#define WCN3990_v2                      0x40010000
 
 struct qwlan_hw {
 	u32 id;
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c
index 6e66667..728740a 100644
--- a/hif/src/hif_main.c
+++ b/hif/src/hif_main.c
@@ -297,6 +297,11 @@
 		.id = WCN3990_v1,
 		.subid = 0x0,
 		.name = "WCN3990_V1",
+	},
+	{
+		.id = WCN3990_v2,
+		.subid = 0x0,
+		.name = "WCN3990_V2",
 	}
 };