mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove DBG_IOL_READ_EFUSE_MAP, DBG_IOCTL, and DBG_IO
All three of these are not defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d4229b4bf1
commit
d76c2ca5f6
4 changed files with 1 additions and 189 deletions
|
@ -1590,11 +1590,6 @@ static int rtw_wx_set_scan(struct net_device *dev, struct iw_request_info *a,
|
|||
RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_set_scan\n"));
|
||||
|
||||
_func_enter_;
|
||||
|
||||
#ifdef DBG_IOCTL
|
||||
DBG_88E("DBG_IOCTL %s:%d\n",__func__, __LINE__);
|
||||
#endif
|
||||
|
||||
if (padapter->registrypriv.mp_mode == 1)
|
||||
{
|
||||
if (check_fwstate(pmlmepriv, WIFI_MP_STATE) == true)
|
||||
|
@ -1780,12 +1775,8 @@ _func_enter_;
|
|||
ret = -1;
|
||||
|
||||
exit:
|
||||
#ifdef DBG_IOCTL
|
||||
DBG_88E("DBG_IOCTL %s:%d return %d\n",__func__, __LINE__, ret);
|
||||
#endif
|
||||
|
||||
_func_exit_;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@ -1812,10 +1803,6 @@ static int rtw_wx_get_scan(struct net_device *dev, struct iw_request_info *a,
|
|||
|
||||
_func_enter_;
|
||||
|
||||
#ifdef DBG_IOCTL
|
||||
DBG_88E("DBG_IOCTL %s:%d\n",__func__, __LINE__);
|
||||
#endif
|
||||
|
||||
if (padapter->pwrctrlpriv.brfoffbyhw && padapter->bDriverStopped)
|
||||
{
|
||||
ret = -EINVAL;
|
||||
|
@ -1883,11 +1870,6 @@ static int rtw_wx_get_scan(struct net_device *dev, struct iw_request_info *a,
|
|||
|
||||
exit:
|
||||
_func_exit_;
|
||||
|
||||
#ifdef DBG_IOCTL
|
||||
DBG_88E("DBG_IOCTL %s:%d return %d\n",__func__, __LINE__, ret);
|
||||
#endif
|
||||
|
||||
return ret ;
|
||||
}
|
||||
|
||||
|
@ -1916,10 +1898,6 @@ static int rtw_wx_set_essid(struct net_device *dev,
|
|||
|
||||
_func_enter_;
|
||||
|
||||
#ifdef DBG_IOCTL
|
||||
DBG_88E("DBG_IOCTL %s:%d\n",__func__, __LINE__);
|
||||
#endif
|
||||
|
||||
RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_,
|
||||
("+rtw_wx_set_essid: fw_state=0x%08x\n", get_fwstate(pmlmepriv)));
|
||||
if (_FAIL == rtw_pwr_wakeup(padapter))
|
||||
|
@ -2033,10 +2011,6 @@ exit:
|
|||
|
||||
DBG_88E("<=%s, ret %d\n",__func__, ret);
|
||||
|
||||
#ifdef DBG_IOCTL
|
||||
DBG_88E("DBG_IOCTL %s:%d return %d\n",__func__, __LINE__, ret);
|
||||
#endif
|
||||
|
||||
_func_exit_;
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue