Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebd21582 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: fix wrong debug print



Signed-off-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a26c9eed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */