浏览代码

qcacmn: Fix pcie remap window to 6 bits mask

Per Napier SWI spec, PCIE_REMAP_1M_BAR_CTRL expects
6 bits mask for window selection.

Change-Id: I72ac800a9eb133790b611ee1a5b56a0dc8ca49e3
CRs-Fixed: 2142294
jiad 7 年之前
父节点
当前提交
5661cef405
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hal/wifi3.0/hal_api.h

+ 1 - 1
hal/wifi3.0/hal_api.h

@@ -41,7 +41,7 @@
 #define WINDOW_ENABLE_BIT 0x80000000
 #define WINDOW_REG_ADDRESS 0x310C
 #define WINDOW_SHIFT 19
-#define WINDOW_VALUE_MASK 0x1F
+#define WINDOW_VALUE_MASK 0x3F
 #define WINDOW_START MAX_UNWINDOWED_ADDRESS
 #define WINDOW_RANGE_MASK 0x7FFFF