diff options
Diffstat (limited to 'sys/dev/ic/qwzvar.h')
-rw-r--r-- | sys/dev/ic/qwzvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/qwzvar.h b/sys/dev/ic/qwzvar.h index cdd98684a7c..61530a4fde2 100644 --- a/sys/dev/ic/qwzvar.h +++ b/sys/dev/ic/qwzvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qwzvar.h,v 1.10 2024/12/11 04:53:17 patrick Exp $ */ +/* $OpenBSD: qwzvar.h,v 1.11 2024/12/22 23:30:27 patrick Exp $ */ /* * Copyright (c) 2018-2019 The Linux Foundation. @@ -227,8 +227,6 @@ struct ath12k_hw_params { bool supports_shadow_regs; bool idle_ps; bool supports_sta_ps; - uint32_t num_vdevs; - uint32_t num_peers; bool supports_suspend; uint32_t hal_desc_sz; bool fix_l1ss; |