forked from luck/tmp_suning_uos_patched
staging: rtl8188eu: fix wrong debug print
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a26c9eedcd
commit
ebd21582bd
|
@ -849,7 +849,7 @@ static void start_bss_network(struct adapter *padapter, u8 *pbuf)
|
|||
|
||||
/* issue beacon frame */
|
||||
if (send_beacon(padapter) == _FAIL)
|
||||
DBG_88E("issue_beacon, fail!\n");
|
||||
DBG_88E("send_beacon, fail!\n");
|
||||
}
|
||||
|
||||
/* update bc/mc sta_info */
|
||||
|
|
Loading…
Reference in New Issue
Block a user