summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2017-01-29 09:43:50 +0000
committerstsp <stsp@openbsd.org>2017-01-29 09:43:50 +0000
commitb3d5a727e14086d685aa50072a9ba90a91350602 (patch)
tree3641f02d6f161c3ffccf8045571792f3d596aabd
parentIn iwm(4), remove old deprecated scan API definitions which have been (diff)
downloadwireguard-openbsd-b3d5a727e14086d685aa50072a9ba90a91350602.tar.xz
wireguard-openbsd-b3d5a727e14086d685aa50072a9ba90a91350602.zip
Remove a couple of definitions from if_iwmreg.h which were never
used and which were removed from iwlwifi in Linux git commit 76f8c0e17edc6eba43f84952e5a87c7f50f69370. Patch by Imre Vadasz.
-rw-r--r--sys/dev/pci/if_iwmreg.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/dev/pci/if_iwmreg.h b/sys/dev/pci/if_iwmreg.h
index 173c9fa1d88..908a04fdac6 100644
--- a/sys/dev/pci/if_iwmreg.h
+++ b/sys/dev/pci/if_iwmreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwmreg.h,v 1.22 2017/01/29 09:41:36 stsp Exp $ */
+/* $OpenBSD: if_iwmreg.h,v 1.23 2017/01/29 09:43:50 stsp Exp $ */
/******************************************************************************
*
@@ -414,23 +414,12 @@
#define IWM_CSR_SECURE_BOOT_CPU_STATUS_SIGN_VERF_FAIL 0x00000010
#define IWM_FH_UCODE_LOAD_STATUS 0x1af0
-#define IWM_CSR_UCODE_LOAD_STATUS_ADDR 0x1e70
-
-#define IWM_LMPM_CPU_UCODE_LOADING_STARTED 0x00000001
-#define IWM_LMPM_CPU_HDRS_LOADING_COMPLETED 0x00000003
-#define IWM_LMPM_CPU_UCODE_LOADING_COMPLETED 0x00000007
-#define IWM_LMPM_CPU_STATUS_NUM_OF_LAST_COMPLETED 0x000000F8
-#define IWM_LMPM_CPU_STATUS_NUM_OF_LAST_LOADED_BLOCK 0x0000FF00
#define IWM_FH_MEM_TB_MAX_LENGTH 0x20000
-#define IWM_LMPM_SECURE_INSPECTOR_CODE_ADDR 0x1e38
-#define IWM_LMPM_SECURE_INSPECTOR_DATA_ADDR 0x1e3c
#define IWM_LMPM_SECURE_UCODE_LOAD_CPU1_HDR_ADDR 0x1e78
#define IWM_LMPM_SECURE_UCODE_LOAD_CPU2_HDR_ADDR 0x1e7c
-#define IWM_LMPM_SECURE_INSPECTOR_CODE_MEM_SPACE 0x400000
-#define IWM_LMPM_SECURE_INSPECTOR_DATA_MEM_SPACE 0x402000
#define IWM_LMPM_SECURE_CPU1_HDR_MEM_SPACE 0x420000
#define IWM_LMPM_SECURE_CPU2_HDR_MEM_SPACE 0x420400