diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2019-11-08 16:41:16 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2019-11-08 16:41:16 +0000 |
commit | 2500f9f7e01ddcb2e853e073281dec28d71e4646 (patch) | |
tree | 1b1c4009d257436f9baec961f0a90974686d171d /sys/dev/pci/if_iwmvar.h | |
parent | c3937f6821ed230f6cf5e9589bbd5460d5242eb1 (diff) |
Add support to iwm(4) for ADD_STA commands used by newer firmware.
Tested by phessler@, Tracey Emery, and myself on 8260 and 8265.
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 52e718ddcee..9a5da32ea7d 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.44 2019/11/04 11:59:52 stsp Exp $ */ +/* $OpenBSD: if_iwmvar.h,v 1.45 2019/11/08 16:41:15 stsp Exp $ */ /* * Copyright (c) 2014 genua mbh <info@genua.de> @@ -381,6 +381,7 @@ struct iwm_softc { int ba_start; int ba_tid; uint16_t ba_ssn; + uint16_t ba_winsize; /* Task for HT protection updates. */ struct task htprot_task; |