Commit 914df7f8 authored by navin patidar's avatar navin patidar Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: Remove unused funtion PHY_ScanOperationBackup8188E()

parent a25d2594
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -754,14 +754,6 @@ PHY_SetTxPowerLevel8188E(
	rtl8188e_PHY_RF6052SetOFDMTxPower(Adapter, &ofdmPowerLevel[0], &BW20PowerLevel[0], &BW40PowerLevel[0], channel);
}

void
PHY_ScanOperationBackup8188E(
		struct adapter *Adapter,
		u8 Operation
	)
{
}

/*-----------------------------------------------------------------------------
 * Function:    PHY_SetBWModeCallback8192C()
 *