Selaa lähdekoodia

qcacld-3.0: Modify the MAX_TX_PWR_CAP to 30dbm

Modify the max tx power value form 22db to 30db
to cover regulatory power requirements.

Change-Id: Id24ed354ed364037ba0ff5dea9de9810fb255962
CRs-fixed: 2362060
Bala Venkatesh 6 vuotta sitten
vanhempi
sitoutus
cd9decb3f0
2 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 2 2
      core/cds/inc/cds_regdomain.h
  2. 0 2
      core/mac/src/pe/rrm/rrm_api.c

+ 2 - 2
core/cds/inc/cds_regdomain.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2014-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011, 2014-2018 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -65,7 +65,7 @@
 #include <reg_services_public_struct.h>
 
 #define MIN_TX_PWR_CAP    8
-#define MAX_TX_PWR_CAP    22
+#define MAX_TX_PWR_CAP    30
 
 #define CTRY_DEFAULT          0
 #define CTRY_FLAG             0x8000

+ 0 - 2
core/mac/src/pe/rrm/rrm_api.c

@@ -43,8 +43,6 @@
 #include "rrm_global.h"
 #include "rrm_api.h"
 
-#define MAX_RRM_TX_PWR_CAP 22
-
 uint8_t
 rrm_get_min_of_max_tx_power(struct mac_context *mac,
 			    int8_t regMax, int8_t apTxPower)