qcacmn: Add support for QCA6490
Add the following support for QCA6490: 1. Initialize the qca6490_hal_hw_txrx_ops 2. Initialize the hw_srng_table 3. Attach hal_qca6490_attach Change-Id: Ic53c520ef804eb4fbe1434c704e9040c83011d3d CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

orang tua
5c5d409000
melakukan
e69c9c2ac0
@@ -38,6 +38,11 @@
|
||||
#include "mac_tcl_reg_seq_hwioreg.h"
|
||||
#include "ce_src_desc.h"
|
||||
#include "ce_stat_desc.h"
|
||||
#ifdef QCA_WIFI_QCA6490
|
||||
#include "wfss_ce_channel_dst_reg_seq_hwioreg.h"
|
||||
#else
|
||||
#include "wfss_ce_reg_seq_hwioreg.h"
|
||||
#endif /* QCA_WIFI_QCA6490 */
|
||||
#include "wfss_ce_reg_seq_hwioreg.h"
|
||||
#include "wbm_link_descriptor_ring.h"
|
||||
#include "wbm_reg_seq_hwioreg.h"
|
||||
@@ -80,7 +85,7 @@
|
||||
#define HAL_NON_QOS_TID 16
|
||||
|
||||
/* calculate the register address offset from bar0 of shadow register x */
|
||||
#ifdef QCA_WIFI_QCA6390
|
||||
#if defined(QCA_WIFI_QCA6390) || defined(QCA_WIFI_QCA6490)
|
||||
#define SHADOW_REGISTER(x) (0x000008FC + (4 * (x)))
|
||||
#else
|
||||
#define SHADOW_REGISTER(x) (0x00003024 + (4 * (x)))
|
||||
|
Reference in New Issue
Block a user