summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/WCNSS_qcom_cfg.ini4
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/config/WCNSS_qcom_cfg.ini b/config/WCNSS_qcom_cfg.ini
index d5b761b6ae7e..7541563b42e6 100644
--- a/config/WCNSS_qcom_cfg.ini
+++ b/config/WCNSS_qcom_cfg.ini
@@ -464,10 +464,6 @@ gEnableMCCAdaptiveScheduler=1
#Enable or Disable p2p device address administered
isP2pDeviceAddrAdministrated=0
-# Set Thermal Power limit
-TxPower2g=10
-TxPower5g=10
-
# Remove Overlap channel restriction
gEnableOverLapCh=0
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index fcc70e69e4b2..e1e62e9eb6fd 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -2325,12 +2325,12 @@ typedef enum {
#define CFG_SET_TXPOWER_LIMIT2G_NAME "TxPower2g"
#define CFG_SET_TXPOWER_LIMIT2G_MIN (0)
#define CFG_SET_TXPOWER_LIMIT2G_MAX (30)
-#define CFG_SET_TXPOWER_LIMIT2G_DEFAULT (15)
+#define CFG_SET_TXPOWER_LIMIT2G_DEFAULT (30)
#define CFG_SET_TXPOWER_LIMIT5G_NAME "TxPower5g"
#define CFG_SET_TXPOWER_LIMIT5G_MIN (0)
#define CFG_SET_TXPOWER_LIMIT5G_MAX (30)
-#define CFG_SET_TXPOWER_LIMIT5G_DEFAULT (15)
+#define CFG_SET_TXPOWER_LIMIT5G_DEFAULT (30)
#ifdef QCA_LL_LEGACY_TX_FLOW_CONTROL
#define CFG_LL_TX_FLOW_LWM "TxFlowLowWaterMark"