rtl8188eu: Remove POWER_TRAINING_ACTIVE - selected

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-26 21:52:05 -05:00
parent a0911e4309
commit 6b83fa17db
4 changed files with 1 additions and 19 deletions

View file

@ -2869,12 +2869,10 @@ GetHalDefVar8188EUsb(
}
break;
case HAL_DEF_PT_PWR_STATUS:
#if (POWER_TRAINING_ACTIVE==1)
{
u8 MacID = *((u8*)pValue);
*((u8*)pValue) = ODM_RA_GetHwPwrStatus_8188E(&(pHalData->odmpriv), MacID);
}
#endif/* POWER_TRAINING_ACTIVE==1) */
break;
case HW_VAR_MAX_RX_AMPDU_FACTOR:
*(( u32*)pValue) = MAX_AMPDU_FACTOR_64K;