artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e63b59
)
Ignore undocumented TLVs found in the iwm(4) 9000-43 firmware image.
author
stsp
<stsp@openbsd.org>
Fri, 9 Jul 2021 10:46:56 +0000
(10:46 +0000)
committer
stsp
<stsp@openbsd.org>
Fri, 9 Jul 2021 10:46:56 +0000
(10:46 +0000)
sys/dev/pci/if_iwm.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_iwm.c
b/sys/dev/pci/if_iwm.c
index
4735368
..
40a03cb
100644
(file)
--- a/
sys/dev/pci/if_iwm.c
+++ b/
sys/dev/pci/if_iwm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_iwm.c,v 1.34
5 2021/07/09 10:45:17
stsp Exp $ */
+/* $OpenBSD: if_iwm.c,v 1.34
6 2021/07/09 10:46:56
stsp Exp $ */
/*
* Copyright (c) 2014, 2016 genua gmbh <info@genua.de>
@@
-971,6
+971,11
@@
iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
case IWM_UCODE_TLV_FW_MEM_SEG:
break;
+ /* undocumented TLVs found in iwm-9000-43 image */
+ case 0x1000003:
+ case 0x1000004:
+ break;
+
default:
err = EINVAL;
goto parse_out;