qcacmn: Add WCN3990_V2 to hw names

Print out hw name WCN3990_V2.2 when soc version is 0x40010001.

Change-Id: I78c8cf5cf8917174fe95b8a8eefe608363a49e49
CRs-Fixed: 1092353
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c
index 1cd69cf..c87da4d 100644
--- a/hif/src/hif_main.c
+++ b/hif/src/hif_main.c
@@ -313,6 +313,11 @@
 		.id = WCN3990_v2,
 		.subid = 0x0,
 		.name = "WCN3990_V2",
+	},
+	{
+		.id = WCN3990_v2_1,
+		.subid = 0x0,
+		.name = "WCN3990_V2.1",
 	}
 };