rtl8188eu: Remove __func_enter__ and __func_exit__

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-01-26 16:20:25 -06:00
parent 19da086afe
commit a8e1fbf1f9
27 changed files with 691 additions and 691 deletions

View file

@ -1214,7 +1214,7 @@ static int rtw_cfg80211_set_encryption(struct net_device *dev, struct ieee_param
struct wifidirect_info* pwdinfo = &padapter->wdinfo;
#endif //CONFIG_P2P
_func_enter_;
;
DBG_8192C("%s\n", __func__);
@ -1486,7 +1486,7 @@ exit:
DBG_8192C("%s, ret=%d\n", __func__, ret);
_func_exit_;
;
return ret;
}