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

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

staging: rtl8188eu: remove useless comment



This comment gives pretty much the same information as the name of the
function that it immediately precedes.

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 0588da57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3483,7 +3483,6 @@ static unsigned int OnAssocRsp(struct adapter *padapter,
	pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE);
	pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS;

	/* Update Basic Rate Table for spec, 2010-12-28 , by thomas */
	UpdateBrateTbl(padapter, pmlmeinfo->network.SupportedRates);

report_assoc_result: