1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 09:01:10 +02:00

the code is dirty, I am trying to do cleanup it. (#153)

* fix the frame size is larger than 1024 bytes

* fix unused-variable warnning

* fix unused-value warnning

* fix unused-label warnning

* fix unused-function warnning

* fix uninitialized: maybe bug

* disable CONFIG_DEBUG
This commit is contained in:
Chen Minqiang
2016-10-01 10:35:44 -05:00
committed by Harshavardhana
parent 3771dc2fea
commit 070e46b9cb
66 changed files with 675 additions and 630 deletions

View File

@@ -316,7 +316,7 @@ static VOID _ThreeOutPipeMapping(
}
}
static VOID _FourOutPipeMapping(
static inline VOID _FourOutPipeMapping(
IN PADAPTER pAdapter,
IN BOOLEAN bWIFICfg
)