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

staging: r8188eu: remove unused ODM_RASupport_Init()

parent 17c4e0de
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -471,16 +471,6 @@ odm_RATxRPTTimerSetting(
	}
}

void
ODM_RASupport_Init(
		struct odm_dm_struct *dm_odm
	)
{
	/*  2012/02/14 MH Be noticed, the init must be after IC type is recognized!!!!! */
	if (dm_odm->SupportICType == ODM_RTL8188E)
		dm_odm->RaSupport88E = true;
}

int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid)
{
	struct odm_ra_info *pRaInfo = &dm_odm->RAInfo[macid];
+0 −2
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@
	LE_BITS_TO_1BYTE(__paddr + 6, 0, 8)
/*  End rate adaptive define */

void ODM_RASupport_Init(struct odm_dm_struct *dm_odm);

int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm);

int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 MacID);