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

staging: r8188eu: remove rtl8188e_set_hal_ops()



After the removal of some pointers from struct hal_ops the function
rtl8188e_set_hal_ops() is empty now. Remove it.

Acked-by: default avatarFabio M. De Francesco <fmdefrancesco@gmail.com>
Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210910205033.3778-8-straube.linux@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 43c27296
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1748,9 +1748,6 @@ void hal_notch_filter_8188e(struct adapter *adapter, bool enable)
		rtw_write8(adapter, rOFDM0_RxDSP + 1, rtw_read8(adapter, rOFDM0_RxDSP + 1) & ~BIT(1));
	}
}
void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc)
{
}

u8 GetEEPROMSize8188E(struct adapter *padapter)
{
+0 −2
Original line number Diff line number Diff line
@@ -2227,6 +2227,4 @@ void rtl8188eu_set_hal_ops(struct adapter *adapt)
	halfunc->GetHwRegHandler = &GetHwReg8188EU;
	halfunc->GetHalDefVarHandler = &GetHalDefVar8188EUsb;
	halfunc->SetHalDefVarHandler = &SetHalDefVar8188EUsb;

	rtl8188e_set_hal_ops(halfunc);
}
+0 −2
Original line number Diff line number Diff line
@@ -432,8 +432,6 @@ void Hal_ReadPowerSavingMode88E(struct adapter *pAdapter, u8 *hwinfo,

bool HalDetectPwrDownMode88E(struct adapter *Adapter);

void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc);

void rtl8188e_read_chip_version(struct adapter *padapter);

void rtw_IOL_cmd_tx_pkt_buf_dump(struct adapter  *Adapter, int len);