File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
drivers/staging/rtl8723bs/hal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
#include "odm_precomp.h"
10
10
11
11
static bool CheckPositive (
12
- struct DM_ODM_T * pDM_Odm , const u32 Condition1 , const u32 Condition2
12
+ struct DM_ODM_T * pDM_Odm , const u32 Condition1 , const u32 Condition2
13
13
)
14
14
{
15
15
u8 _BoardType =
@@ -111,7 +111,7 @@ static bool CheckPositive(
111
111
}
112
112
113
113
static bool CheckNegative (
114
- struct DM_ODM_T * pDM_Odm , const u32 Condition1 , const u32 Condition2
114
+ struct DM_ODM_T * pDM_Odm , const u32 Condition1 , const u32 Condition2
115
115
)
116
116
{
117
117
return true;
@@ -228,7 +228,7 @@ static u32 Array_MP_8723B_MAC_REG[] = {
228
228
229
229
};
230
230
231
- void ODM_ReadAndConfig_MP_8723B_MAC_REG (struct DM_ODM_T * pDM_Odm )
231
+ void ODM_ReadAndConfig_MP_8723B_MAC_REG (struct DM_ODM_T * pDM_Odm )
232
232
{
233
233
u32 i = 0 ;
234
234
u32 ArrayLen = ARRAY_SIZE (Array_MP_8723B_MAC_REG );
You can’t perform that action at this time.
0 commit comments