diff options
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; |