From: Luca Ceresoli Date: Thu, 11 Jun 2015 22:20:49 +0000 (+0200) Subject: staging: rtl8188eu: fix wrong debug print X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ebd21582bd4cfa98a5fbeece4793303c811526fe;p=deliverable%2Flinux.git staging: rtl8188eu: fix wrong debug print Signed-off-by: Luca Ceresoli Cc: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c index 2b09972d4cb5..581af88e3024 100644 --- a/drivers/staging/rtl8188eu/core/rtw_ap.c +++ b/drivers/staging/rtl8188eu/core/rtw_ap.c @@ -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 */