qcacmn: CE flag changes for QCN9000

Added change to modify ce flags for Pine.
Also made changes in window enable bit

Change-Id: Id080be53d14450cb6d9376fc810177bce26a2869
CRs-fixed: 2507441
This commit is contained in:
Nandha Kishore Easwaran
2019-10-24 17:33:52 +05:30
committed by nshrivas
parent 76b7920e40
commit fb73acb147
3 changed files with 16 additions and 18 deletions

View File

@@ -24,7 +24,8 @@
#include "qdf_atomic.h"
#include "hal_internal.h"
#define MAX_UNWINDOWED_ADDRESS 0x80000
#if defined(QCA_WIFI_QCA6390) || defined(QCA_WIFI_QCA6490)
#if defined(QCA_WIFI_QCA6390) || defined(QCA_WIFI_QCA6490) || \
defined(QCA_WIFI_QCN9000)
#define WINDOW_ENABLE_BIT 0x40000000
#else
#define WINDOW_ENABLE_BIT 0x80000000