rtl8188eu: Change u2Byte to u16

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-30 16:52:58 -06:00
parent 007b33ebde
commit 5f39818cb5
14 changed files with 61 additions and 67 deletions

View file

@ -26,7 +26,7 @@
u32 GlobalDebugLevel;
const u2Byte dB_Invert_Table[8][12] = {
const u16 dB_Invert_Table[8][12] = {
{ 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4},
{ 4, 5, 6, 6, 7, 8, 9, 10, 11, 13, 14, 16},
{ 18, 20, 22, 25, 28, 32, 35, 40, 45, 50, 56, 63},
@ -873,7 +873,7 @@ void
ODM_CmnInfoPtrArrayHook(
IN PDM_ODM_T pDM_Odm,
IN ODM_CMNINFO_E CmnInfo,
IN u2Byte Index,
IN u16 Index,
IN void * pValue
)
{