diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2021-08-16 14:54:51 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2021-08-16 14:54:51 +0000 |
commit | 46b2238dc1fd0084c42d00d3fa4804d5b7517cee (patch) | |
tree | af67ef08e19acaa446f01e9964967af11915f050 /sys/dev/pci/if_iwxreg.h | |
parent | 5d6cf71ee476af75c393bedc04157244f8f70004 (diff) |
Remove obsolete pre-release support code about two early versions of 8260.
No need to access iwx_read_prph and could get the rid of the obsolete comment.
See Linux commit 4adfaf9b2de3a04a9ee9adff6e000e8dbb37bed5
ok stsp@
Diffstat (limited to 'sys/dev/pci/if_iwxreg.h')
-rw-r--r-- | sys/dev/pci/if_iwxreg.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_iwxreg.h b/sys/dev/pci/if_iwxreg.h index bd6a662accb..42dfb8332b0 100644 --- a/sys/dev/pci/if_iwxreg.h +++ b/sys/dev/pci/if_iwxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwxreg.h,v 1.29 2021/07/29 12:01:45 stsp Exp $ */ +/* $OpenBSD: if_iwxreg.h,v 1.30 2021/08/16 14:54:50 kevlo Exp $ */ /*- * Based on BSD-licensed source modules in the Linux iwlwifi driver, @@ -705,9 +705,6 @@ struct iwx_context_info { #define IWX_WFPM_AUX_CTL_AUX_IF_MAC_OWNER_MSK 0x08000000 #define IWX_ENABLE_WFPM 0x80000000 -#define IWX_AUX_MISC_REG 0xa200b0 -#define IWX_HW_STEP_LOCATION_BITS 24 - #define IWX_AUX_MISC_MASTER1_EN 0xa20818 #define IWX_AUX_MISC_MASTER1_EN_SBE_MSK 0x1 #define IWX_AUX_MISC_MASTER1_SMPHR_STATUS 0xa20800 |