diff options
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r-- | sys/dev/pci/if_iwmvar.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h index 1d94b1a708b..fe8490a324c 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.70 2021/10/07 08:15:04 stsp Exp $ */ +/* $OpenBSD: if_iwmvar.h,v 1.71 2021/10/11 09:03:22 stsp Exp $ */ /* * Copyright (c) 2014 genua mbh <info@genua.de> @@ -360,6 +360,7 @@ struct iwm_phy_ctxt { uint16_t color; uint32_t ref; struct ieee80211_channel *channel; + uint8_t sco; /* 40 MHz secondary channel offset */ }; struct iwm_bf_data { @@ -491,6 +492,9 @@ struct iwm_softc { /* Task for ERP/HT prot/slot-time/EDCA updates. */ struct task mac_ctxt_task; + /* Task for HT 20/40 MHz channel width updates. */ + struct task phy_ctxt_task; + bus_space_tag_t sc_st; bus_space_handle_t sc_sh; bus_size_t sc_sz; |