mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-05 21:13:06 +00:00
rtl8188eu: Remove POWER_TRAINING_ACTIVE - selected
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a0911e4309
commit
6b83fa17db
4 changed files with 1 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue