mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Change u2Byte to u16
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
007b33ebde
commit
5f39818cb5
14 changed files with 61 additions and 67 deletions
|
@ -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
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue