mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Clean up more Sparse messages
There are still problems remaining, but those are believed to be cosmetic. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
6dc546efc8
commit
481d6c817d
29 changed files with 281 additions and 376 deletions
|
@ -57,7 +57,7 @@ CheckCondition(
|
|||
* MAC_REG.TXT
|
||||
******************************************************************************/
|
||||
|
||||
u32 Array_MAC_REG_8188E[] = {
|
||||
static u32 Array_MAC_REG_8188E[] = {
|
||||
0x026, 0x00000041,
|
||||
0x027, 0x00000035,
|
||||
0xFF0F0718, 0xABCD,
|
||||
|
@ -333,7 +333,7 @@ ODM_ReadAndConfig_MAC_REG_8188E(
|
|||
* MAC_REG_ICUT.TXT
|
||||
******************************************************************************/
|
||||
|
||||
u32 Array_MP_8188E_MAC_REG_ICUT[] = {
|
||||
static u32 Array_MP_8188E_MAC_REG_ICUT[] = {
|
||||
0x026, 0x00000041,
|
||||
0x027, 0x00000035,
|
||||
0x428, 0x0000000A,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue