1
0
Fork 0

staging: rtl8188eu: rename parameters of HalSetBrateCfg() - style

Rename parameters of HalSetBrateCfg() in header to avoid CamelCase
and match the names used in the function definition in hal_com.c.
mBratesOS -> brates
BrateCfg -> rate_cfg

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Michael Straube 2018-10-14 12:17:36 +02:00 committed by Greg Kroah-Hartman
parent 6d475d38e6
commit a7ce32d143
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ u8 hal_com_get_channel_plan(struct adapter *padapter,
u8 MRateToHwRate(u8 rate);
void HalSetBrateCfg(u8 *mBratesOS, u16 *pBrateCfg);
void HalSetBrateCfg(u8 *brates, u16 *rate_cfg);
bool Hal_MappingOutPipe(struct adapter *pAdapter, u8 NumOutPipe);