Print out hw name WCN3990_V2.2 when soc version is 0x40010001. Change-Id: I78c8cf5cf8917174fe95b8a8eefe608363a49e49 CRs-Fixed: 1092353
@@ -42,6 +42,7 @@
#define QCA9377_REV1_1_VERSION 0x5020001
#define WCN3990_v1 0x40000000
#define WCN3990_v2 0x40010000
+#define WCN3990_v2_1 0x40010002
struct qwlan_hw {
u32 id;
@@ -313,6 +313,11 @@ static const struct qwlan_hw qwlan_hw_list[] = {
.id = WCN3990_v2,
.subid = 0x0,
.name = "WCN3990_V2",
+ },
+ {
+ .id = WCN3990_v2_1,
+ .subid = 0x0,
+ .name = "WCN3990_V2.1",
}
};