Revert "qcacmn: Fix low TPC power for vendor DTPC IE"

This reverts Change-Id: If6f1ea737c8b32db449dd340314026fd3693b698

Change-Id: I52660d70cfa752114e2fa7e2b3c5f55e93e1a453
CRs-Fixed: 3387238
This commit is contained in:
Prabhu Dass Mahalingam
2023-04-25 03:04:29 -07:00
committed by Madan Koyyalamudi
vanhempi 424a29be96
commit c113031b68

Näytä tiedosto

@@ -1885,7 +1885,6 @@ 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;
@@ -1897,7 +1896,6 @@ 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