1
0
Fork 0

staging: rtl8188eu: add blank line after declarations

Add a missing blank line after declarations in rtw_mlme_ext.c.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Michael Straube 2018-12-18 19:34:39 +01:00 committed by Greg Kroah-Hartman
parent f20ac243ff
commit 7acaed81ab
1 changed files with 1 additions and 0 deletions

View File

@ -3592,6 +3592,7 @@ static unsigned int OnAction_back(struct adapter *padapter,
struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
u8 *pframe = precv_frame->pkt->data;
struct sta_priv *pstapriv = &padapter->stapriv;
/* check RA matches or not */
if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe),
ETH_ALEN))/* for if1, sta/ap mode */