mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Replace sNByte with appropriate s value
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c8a4d4ba06
commit
1038ee1874
15 changed files with 88 additions and 123 deletions
|
@ -379,7 +379,7 @@ odm_ARFBRefresh_8188E(
|
|||
)
|
||||
{ // Wilson 2011/10/26
|
||||
u32 MaskFromReg;
|
||||
s1Byte i;
|
||||
s8 i;
|
||||
|
||||
switch(pRaInfo->RateID){
|
||||
case RATR_INX_WIRELESS_NGB:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue