Commit ce929967 authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: convert function name to snake case

parent 1a0b06bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2061,7 +2061,7 @@ s32 rtl8723b_InitLLTTable(struct adapter *padapter)
	return ret;
	return ret;
}
}


static void Hal_GetChnlGroup8723B(u8 channel, u8 *group)
static void hal_get_chnl_group_8723b(u8 channel, u8 *group)
{
{
	if (1  <= channel && channel <= 2)
	if (1  <= channel && channel <= 2)
		*group = 0;
		*group = 0;
@@ -2235,7 +2235,7 @@ void Hal_EfuseParseTxPowerInfo_8723B(
		for (ch = 0 ; ch < CHANNEL_MAX_NUMBER; ch++) {
		for (ch = 0 ; ch < CHANNEL_MAX_NUMBER; ch++) {
			u8 group = 0;
			u8 group = 0;


			Hal_GetChnlGroup8723B(ch+1, &group);
			hal_get_chnl_group_8723b(ch+1, &group);


			if (ch == 14-1) {
			if (ch == 14-1) {
				pHalData->Index24G_CCK_Base[rfPath][ch] = pwrInfo24G.IndexCCK_Base[rfPath][5];
				pHalData->Index24G_CCK_Base[rfPath][ch] = pwrInfo24G.IndexCCK_Base[rfPath][5];