]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8188eu: rename parameters of HalSetBrateCfg() - style
authorMichael Straube <straube.linux@gmail.com>
Sun, 14 Oct 2018 10:17:36 +0000 (12:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Oct 2018 11:33:15 +0000 (13:33 +0200)
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>
drivers/staging/rtl8188eu/include/hal_com.h

index 2e194f7a135283e868f74f82e38b9be442bae75c..c966f43aed6e0f6aff5d3a1f80b3f17fd51d3f69 100644 (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);