rtl8188eu: Replace sNByte with appropriate s value

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-30 17:58:53 -06:00
parent c8a4d4ba06
commit 1038ee1874
15 changed files with 88 additions and 123 deletions

View file

@ -70,7 +70,7 @@ PHY_LCCalibrate_8188E(
void
PHY_APCalibrate_8188E(
IN struct adapter * pAdapter,
IN s1Byte delta);
IN s8 delta);
void
PHY_DigitalPredistortion_8188E( IN struct adapter * pAdapter);