|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* 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
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -1837,6 +1837,7 @@ struct chan_power_info {
|
|
|
* @frequency: Array of operating frequency
|
|
|
* @tpe: TPE values processed from TPE IE
|
|
|
* @chan_power_info: power info to send to FW
|
|
|
+ * @is_power_constraint_abs: is power constraint absolute or not
|
|
|
*/
|
|
|
struct reg_tpc_power_info {
|
|
|
bool is_psd_power;
|
|
@@ -1848,6 +1849,7 @@ struct reg_tpc_power_info {
|
|
|
qdf_freq_t frequency[MAX_NUM_PWR_LEVEL];
|
|
|
uint8_t tpe[MAX_NUM_PWR_LEVEL];
|
|
|
struct chan_power_info chan_power_info[MAX_NUM_PWR_LEVEL];
|
|
|
+ bool is_power_constraint_abs;
|
|
|
};
|
|
|
|
|
|
#ifdef FEATURE_WLAN_CH_AVOID_EXT
|