Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3112353e authored by Arif Hussain's avatar Arif Hussain Committed by Madan Mohan Koyyalamudi
Browse files

wlan : remove Device Error Detection from WDI_ProcessSetMaxTxPowerRsp

On receiving failed response from firmware for Set Max Tx Power
no need of calling WDI_DetectedDeviceError, sending failure WDI
fail status is enough.

Change-Id: Id7efe8078012bfc094929e77af3147ff8470ffd9
CRs-Fixed: 552217
parent ec3fbb3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18066,7 +18066,6 @@ WDI_ProcessSetMaxTxPowerRsp
  {
     WPAL_TRACE( eWLAN_MODULE_DAL_CTRL,  eWLAN_PAL_TRACE_LEVEL_ERROR,
              "Error status returned in Set Max Tx Power Response ");
     WDI_DetectedDeviceError( pWDICtx, WDI_ERR_BASIC_OP_FAILURE);
     return WDI_STATUS_E_FAILURE;
  }