summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hif/src/hif_hw_version.h3
-rw-r--r--hif/src/hif_main.c5
2 files changed, 7 insertions, 1 deletions
diff --git a/hif/src/hif_hw_version.h b/hif/src/hif_hw_version.h
index 8487d1d69e6c..775ac167e793 100644
--- a/hif/src/hif_hw_version.h
+++ b/hif/src/hif_hw_version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -34,6 +34,7 @@
#define WCN3990_v1 0x40000000
#define WCN3990_v2 0x40010000
#define WCN3990_v2_1 0x40010002
+#define WCN3998 0x40030001
struct qwlan_hw {
u32 id;
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c
index 94f9c70593bf..6892d72c1c76 100644
--- a/hif/src/hif_main.c
+++ b/hif/src/hif_main.c
@@ -292,6 +292,11 @@ static const struct qwlan_hw qwlan_hw_list[] = {
.name = "WCN3990_V2.1",
},
{
+ .id = WCN3998,
+ .subid = 0x0,
+ .name = "WCN3998",
+ },
+ {
.id = QCA9379_REV1_VERSION,
.subid = 0xC,
.name = "QCA9379_REV1",