mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 10:09:06 +00:00
staging: r8188eu: rename sreset_init_value to rtw_hal_sreset_init
And remove two one-line wrappers. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
35e224f3fd
commit
348526f75d
@ -16,7 +16,7 @@
|
||||
#include <rtw_sreset.h>
|
||||
#include <usb_ops_linux.h>
|
||||
|
||||
void sreset_init_value(struct adapter *padapter)
|
||||
void rtw_hal_sreset_init(struct adapter *padapter)
|
||||
{
|
||||
struct hal_data_8188e *pHalData = GET_HAL_DATA(padapter);
|
||||
struct sreset_priv *psrtpriv = &pHalData->srestpriv;
|
||||
|
@ -150,12 +150,6 @@ void rtw_hal_antdiv_rssi_compared(struct adapter *adapt,
|
||||
adapt->HalFunc.AntDivCompareHandler(adapt, dst, src);
|
||||
}
|
||||
|
||||
void rtw_hal_sreset_init(struct adapter *adapt)
|
||||
{
|
||||
if (adapt->HalFunc.sreset_init_value)
|
||||
adapt->HalFunc.sreset_init_value(adapt);
|
||||
}
|
||||
|
||||
void rtw_hal_reset_security_engine(struct adapter *adapter)
|
||||
{
|
||||
if (adapter->HalFunc.hal_reset_security_engine)
|
||||
|
@ -203,8 +203,6 @@ void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc)
|
||||
pHalFunc->AntDivBeforeLinkHandler = &AntDivBeforeLink8188E;
|
||||
pHalFunc->AntDivCompareHandler = &AntDivCompare8188E;
|
||||
pHalFunc->read_rfreg = &phy_query_rf_reg;
|
||||
|
||||
pHalFunc->sreset_init_value = &sreset_init_value;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
@ -165,8 +165,6 @@ struct hal_ops {
|
||||
enum rf_radio_path eRFPath, u32 RegAddr,
|
||||
u32 BitMask);
|
||||
|
||||
void (*sreset_init_value)(struct adapter *padapter);
|
||||
|
||||
void (*hal_reset_security_engine)(struct adapter *adapter);
|
||||
};
|
||||
|
||||
|
@ -33,7 +33,6 @@ struct sreset_priv {
|
||||
#define WIFI_RX_HANG BIT(5)
|
||||
#define WIFI_IF_NOT_EXIST BIT(6)
|
||||
|
||||
void sreset_init_value(struct adapter *padapter);
|
||||
u8 sreset_get_wifi_status(struct adapter *padapter);
|
||||
void sreset_set_wifi_error_status(struct adapter *padapter, u32 status);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user