mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 11:01:43 +00:00
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>
This commit is contained in:
parent
6d475d38e6
commit
a7ce32d143
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user