mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
f20ac243ff
commit
7acaed81ab
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue