diff options
| author | Agrawal Ashish <ashishka@codeaurora.org> | 2017-02-13 13:00:44 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-02-14 12:04:01 -0800 |
| commit | 8acef87868d1828934396e08fe53a6a00a727c52 (patch) | |
| tree | 980aaf63ffa5a43705135e5ab4d4e86e24b9f3bc | |
| parent | 8f953023b8e14d24a01bb8e940cb4c2124683f24 (diff) | |
qcacld-3.0: Fix max Tx power to 22
Hardware support max tx power as 22 instead of 30.
Fix this by supporting max power as 22.
Change-Id: I3645b47a575ffa8b8bcc85fe0dcbba4a630b078b
CRs-Fixed: 2005749
| -rw-r--r-- | core/cds/inc/cds_regdomain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/cds/inc/cds_regdomain.h b/core/cds/inc/cds_regdomain.h index 348793ab8bb8..5c3d831515e6 100644 --- a/core/cds/inc/cds_regdomain.h +++ b/core/cds/inc/cds_regdomain.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2014-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2011, 2014-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -74,7 +74,7 @@ #define MAX_CHANNELS_PER_OPERATING_CLASS 25 #define CDS_MAX_SUPP_OPER_CLASSES 32 #define MIN_TX_PWR_CAP 8 -#define MAX_TX_PWR_CAP 30 +#define MAX_TX_PWR_CAP 22 #define CTRY_DEFAULT 0 #define CTRY_FLAG 0x8000 |
