Print out hw name WCN3990_V2 when soc version is 0x40010000. Change-Id: I0e1be64fe5c3b148bb96fbbbbeed4bc68d06ad4b CRs-Fixed: 1078766
@@ -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;
@@ -297,6 +297,11 @@ static const struct qwlan_hw qwlan_hw_list[] = {
.id = WCN3990_v1,
.subid = 0x0,
.name = "WCN3990_V1",
+ },
+ {
+ .id = WCN3990_v2,
+ .subid = 0x0,
+ .name = "WCN3990_V2",
}
};