qcacmn: Add WCN3990_V2 to hw names

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

Change-Id: I0e1be64fe5c3b148bb96fbbbbeed4bc68d06ad4b
CRs-Fixed: 1078766
This commit is contained in:
Houston Hoffman
2016-10-17 12:41:45 -07:00
committed by qcabuildsw
orang tua a8a17faa4c
melakukan dd4da483c7
2 mengubah file dengan 6 tambahan dan 0 penghapusan

Melihat File

@@ -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;

Melihat File

@@ -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",
}
};