Bläddra i källkod

qcacmn: Add support for WCN3998

Add support for WCN3998.

CRs-Fixed: 2246597
Change-Id: I0c19c8d47d9480e427019e9bf219d95e1ced0614
Yuanyuan Liu 6 år sedan
förälder
incheckning
f40b2202d4
2 ändrade filer med 7 tillägg och 1 borttagningar
  1. 2 1
      hif/src/hif_hw_version.h
  2. 5 0
      hif/src/hif_main.c

+ 2 - 1
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;

+ 5 - 0
hif/src/hif_main.c

@@ -298,6 +298,11 @@ static const struct qwlan_hw qwlan_hw_list[] = {
 		.subid = 0x0,
 		.name = "WCN3990_V2.1",
 	},
+	{
+		.id = WCN3998,
+		.subid = 0x0,
+		.name = "WCN3998",
+	},
 	{
 		.id = QCA9379_REV1_VERSION,
 		.subid = 0xC,