|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -270,7 +270,7 @@ rrm_process_link_measurement_request(tpAniSirGlobal pMac,
|
|
|
}
|
|
|
pHdr = WMA_GET_RX_MAC_HEADER(pRxPacketInfo);
|
|
|
|
|
|
- LinkReport.txPower = lim_get_max_tx_power(pSessionEntry->maxTxPower,
|
|
|
+ LinkReport.txPower = lim_get_max_tx_power(pSessionEntry->def_max_tx_pwr,
|
|
|
pLinkReq->MaxTxPower.maxTxPower,
|
|
|
pMac->roam.configParam.
|
|
|
nTxPowerCap);
|