mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl98188eu: On Linux, _rtw_spinlock_free() is a no-op
Remove all such calls. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4b2c469f5f
commit
7a75f128ba
15 changed files with 1 additions and 101 deletions
|
@ -2059,9 +2059,6 @@ void rtw_mbid_cam_init(struct dvobj_priv *dvobj)
|
|||
|
||||
void rtw_mbid_cam_deinit(struct dvobj_priv *dvobj)
|
||||
{
|
||||
struct mbid_cam_ctl_t *mbid_cam_ctl = &dvobj->mbid_cam_ctl;
|
||||
|
||||
_rtw_spinlock_free(&mbid_cam_ctl->lock);
|
||||
}
|
||||
|
||||
void rtw_mbid_cam_reset(_adapter *adapter)
|
||||
|
|
|
@ -150,10 +150,9 @@ void rtw_hal_dm_deinit(_adapter *padapter)
|
|||
PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter);
|
||||
|
||||
padapter->hal_func.dm_deinit(padapter);
|
||||
|
||||
_rtw_spinlock_free(&pHalData->IQKSpinLock);
|
||||
}
|
||||
}
|
||||
|
||||
void rtw_hal_sw_led_init(_adapter *padapter)
|
||||
{
|
||||
if (padapter->hal_func.InitSwLeds)
|
||||
|
|
|
@ -287,6 +287,5 @@ void rtl8188e_deinit_dm_priv(PADAPTER Adapter)
|
|||
{
|
||||
PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter);
|
||||
struct PHY_DM_STRUCT *podmpriv = &pHalData->odmpriv;
|
||||
/* _rtw_spinlock_free(&pHalData->odm_stainfo_lock); */
|
||||
odm_cancel_all_timers(podmpriv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue