|
@@ -1885,6 +1885,7 @@ struct chan_power_info {
|
|
* @frequency: Array of operating frequency
|
|
* @frequency: Array of operating frequency
|
|
* @tpe: TPE values processed from TPE IE
|
|
* @tpe: TPE values processed from TPE IE
|
|
* @chan_power_info: power info to send to FW
|
|
* @chan_power_info: power info to send to FW
|
|
|
|
+ * @is_power_constraint_abs: is power constraint absolute or not
|
|
*/
|
|
*/
|
|
struct reg_tpc_power_info {
|
|
struct reg_tpc_power_info {
|
|
bool is_psd_power;
|
|
bool is_psd_power;
|
|
@@ -1896,6 +1897,7 @@ struct reg_tpc_power_info {
|
|
qdf_freq_t frequency[MAX_NUM_PWR_LEVEL];
|
|
qdf_freq_t frequency[MAX_NUM_PWR_LEVEL];
|
|
uint8_t tpe[MAX_NUM_PWR_LEVEL];
|
|
uint8_t tpe[MAX_NUM_PWR_LEVEL];
|
|
struct chan_power_info chan_power_info[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
|
|
#ifdef FEATURE_WLAN_CH_AVOID_EXT
|