File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
drivers/staging/rtl8723bs/include Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -215,9 +215,9 @@ u8 MRateToHwRate(u8 rate);
215
215
u8 HwRateToMRate (u8 rate );
216
216
217
217
void HalSetBrateCfg (
218
- struct adapter * Adapter ,
219
- u8 * mBratesOS ,
220
- u16 * pBrateCfg );
218
+ struct adapter * Adapter ,
219
+ u8 * mBratesOS ,
220
+ u16 * pBrateCfg );
221
221
222
222
bool
223
223
Hal_MappingOutPipe (
@@ -227,7 +227,7 @@ u8 NumOutPipe
227
227
228
228
void hal_init_macaddr (struct adapter * adapter );
229
229
230
- void rtw_init_hal_com_default_value (struct adapter * Adapter );
230
+ void rtw_init_hal_com_default_value (struct adapter * Adapter );
231
231
232
232
void c2h_evt_clear (struct adapter * adapter );
233
233
s32 c2h_evt_read_88xx (struct adapter * adapter , u8 * buf );
@@ -279,12 +279,12 @@ void rtw_bb_rf_gain_offset(struct adapter *padapter);
279
279
280
280
void GetHalODMVar (struct adapter * Adapter ,
281
281
enum HAL_ODM_VARIABLE eVariable ,
282
- void * pValue1 ,
283
- void * pValue2 );
282
+ void * pValue1 ,
283
+ void * pValue2 );
284
284
void SetHalODMVar (
285
- struct adapter * Adapter ,
285
+ struct adapter * Adapter ,
286
286
enum HAL_ODM_VARIABLE eVariable ,
287
- void * pValue1 ,
287
+ void * pValue1 ,
288
288
bool bSet );
289
289
290
290
#ifdef CONFIG_BACKGROUND_NOISE_MONITOR
You can’t perform that action at this time.
0 commit comments