staging: rtl8723au: rtw_sta_mgt.c: Fix some formatting badness
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1465967763
commit
b06106d105
@ -384,9 +384,11 @@ void rtw_free_all_stainfo23a(struct rtw_adapter *padapter)
|
||||
{
|
||||
struct list_head *plist, *phead, *ptmp;
|
||||
struct sta_info *psta;
|
||||
struct sta_priv *pstapriv = &padapter->stapriv;
|
||||
struct sta_priv *pstapriv = &padapter->stapriv;
|
||||
struct sta_info* pbcmc_stainfo = rtw_get_bcmc_stainfo23a(padapter);
|
||||
s32 index; if (pstapriv->asoc_sta_count == 1)
|
||||
s32 index;
|
||||
|
||||
if (pstapriv->asoc_sta_count == 1)
|
||||
return;
|
||||
|
||||
spin_lock_bh(&pstapriv->sta_hash_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user