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

@ -11580,7 +11580,7 @@ u8 set_tx_beacon_cmd(struct adapter* padapter)
u8 res = _SUCCESS;
int len_diff = 0;
_func_enter_;
;
if ((ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL)
{
@ -11611,7 +11611,7 @@ _func_enter_;
exit:
_func_exit_;
;
return res;
}