mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
staging: rtl8188eu: clear tabstop style issues
Clear tabstop style issues reported by checkpatch. WARNING: Statements should start on a tabstop Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20200718065514.16289-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9d5d041eeb
commit
e5debaec5f
@ -343,7 +343,7 @@ u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter,
|
||||
*pold_state == Ndis802_11IBSS) {
|
||||
if (check_fwstate(pmlmepriv, _FW_LINKED))
|
||||
rtw_indicate_disconnect(padapter); /* will clr Linked_state; before this function, we must have checked whether issue dis-assoc_cmd or not */
|
||||
}
|
||||
}
|
||||
|
||||
*pold_state = networktype;
|
||||
|
||||
|
@ -145,7 +145,7 @@ void rtw_hal_set_odm_var(struct adapter *Adapter, enum hal_odm_variable eVariabl
|
||||
} else {
|
||||
DBG_88E("### Clean STA_(%d) info\n", psta->mac_id);
|
||||
ODM_CmnInfoPtrArrayHook(podmpriv, ODM_CMNINFO_STA_STATUS, psta->mac_id, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
case HAL_ODM_P2P_STATE:
|
||||
|
@ -811,7 +811,7 @@ static int rtw_wx_set_pmkid(struct net_device *dev,
|
||||
psecuritypriv->PMKIDList[j].bUsed = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (pPMK->cmd == IW_PMKSA_FLUSH) {
|
||||
DBG_88E("[rtw_wx_set_pmkid] IW_PMKSA_FLUSH!\n");
|
||||
memset(&psecuritypriv->PMKIDList[0], 0x00, sizeof(struct rt_pmkid_list) * NUM_PMKID_CACHE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user