cnss2: Use correct device code name

Correct code name for kiwi device.

Change-Id: Ic52ba0abfc7049fd353eb1416a5c77c5bfec4bb5
This commit is contained in:
Yue Ma
2021-11-09 15:17:06 -08:00
parent 2aa7359c06
commit be03060a66
8 changed files with 52 additions and 49 deletions

View File

@@ -1,5 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved. */
/*
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef _CNSS_PCI_H
#define _CNSS_PCI_H
@@ -45,7 +48,7 @@ enum cnss_rtpm_id {
enum cnss_pci_reg_dev_mask {
REG_MASK_QCA6390,
REG_MASK_QCA6490,
REG_MASK_WCN7850,
REG_MASK_KIWI,
};
struct cnss_msi_user {