Commit a7ce32d1 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

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: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6d475d38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);