|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
|
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -454,6 +454,8 @@ struct wlan_psoc_host_service_ext_param {
|
|
* @max_users_dl_mumimo: Max number of users per-PPDU for Downlink MU-MIMO
|
|
* @max_users_dl_mumimo: Max number of users per-PPDU for Downlink MU-MIMO
|
|
* @max_users_ul_mumimo: Max number of users per-PPDU for Uplink MU-MIMO
|
|
* @max_users_ul_mumimo: Max number of users per-PPDU for Uplink MU-MIMO
|
|
* @twt_ack_support_cap: TWT ack capability support
|
|
* @twt_ack_support_cap: TWT ack capability support
|
|
|
|
+ * @sap_coex_fixed_chan_support: Indicates if fw supports coex SAP in
|
|
|
|
+ * fixed chan config
|
|
* @target_cap_flags: Rx peer metadata version number used by target
|
|
* @target_cap_flags: Rx peer metadata version number used by target
|
|
* @ul_mumimo_tx_2g: UL MUMIMO Tx support for 2GHz
|
|
* @ul_mumimo_tx_2g: UL MUMIMO Tx support for 2GHz
|
|
* @ul_mumimo_tx_5g: UL MUMIMO Tx support for 5GHz
|
|
* @ul_mumimo_tx_5g: UL MUMIMO Tx support for 5GHz
|
|
@@ -478,6 +480,7 @@ struct wlan_psoc_host_service_ext2_param {
|
|
uint16_t max_users_dl_mumimo;
|
|
uint16_t max_users_dl_mumimo;
|
|
uint16_t max_users_ul_mumimo;
|
|
uint16_t max_users_ul_mumimo;
|
|
uint32_t twt_ack_support_cap:1;
|
|
uint32_t twt_ack_support_cap:1;
|
|
|
|
+ uint32_t sap_coex_fixed_chan_support:1;
|
|
uint32_t target_cap_flags;
|
|
uint32_t target_cap_flags;
|
|
uint8_t ul_mumimo_tx_2g:1,
|
|
uint8_t ul_mumimo_tx_2g:1,
|
|
ul_mumimo_tx_5g:1,
|
|
ul_mumimo_tx_5g:1,
|