From 8acef87868d1828934396e08fe53a6a00a727c52 Mon Sep 17 00:00:00 2001 From: Agrawal Ashish Date: Mon, 13 Feb 2017 13:00:44 +0530 Subject: 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 --- core/cds/inc/cds_regdomain.h | 4 ++-- 1 file 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 -- cgit v1.2.3