diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2019-11-12 07:24:23 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2019-11-12 07:24:23 +0000 |
commit | 8e1af3deaa7d5e7224f3a2e5d7e0a7440df54bc8 (patch) | |
tree | 48c9ccde4010cc80c78e86749e8eb43df36c0beb /sys/dev/pci/if_iwmvar.h | |
parent | 9ad635311ce019d7e737e4f477b273fe9fd65ce9 (diff) |
Fix support for 3168 iwm(4) devices, and load new firmware for them.
Based on FreeBSD r345002 and Linux 44fd09dad5d2b78efbabbbbf623774e561e36cca.
Tested for regressions by phessler@ (8260), kevlo@ (3165), and myself (7265)
ok kevlo@
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r-- | sys/dev/pci/if_iwmvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h index 9a5da32ea7d..da169e90e7e 100644 --- a/sys/dev/pci/if_iwmvar.h +++ b/sys/dev/pci/if_iwmvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwmvar.h,v 1.45 2019/11/08 16:41:15 stsp Exp $ */ +/* $OpenBSD: if_iwmvar.h,v 1.46 2019/11/12 07:24:22 stsp Exp $ */ /* * Copyright (c) 2014 genua mbh <info@genua.de> @@ -498,6 +498,7 @@ struct iwm_softc { int host_interrupt_operation_mode; int sc_ltr_enabled; + enum iwm_nvm_type nvm_type; /* * Paging parameters - All of the parameters should be set by the |