Commit 208ceb83 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: Remove some unused lists from struct sta_priv

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d8ab7e84
...@@ -54,8 +54,6 @@ u32 _rtw_init_sta_priv23a(struct sta_priv *pstapriv) ...@@ -54,8 +54,6 @@ u32 _rtw_init_sta_priv23a(struct sta_priv *pstapriv)
spin_lock_init(&pstapriv->sta_hash_lock); spin_lock_init(&pstapriv->sta_hash_lock);
pstapriv->asoc_sta_count = 0; pstapriv->asoc_sta_count = 0;
_rtw_init_queue23a(&pstapriv->sleep_q);
_rtw_init_queue23a(&pstapriv->wakeup_q);
for (i = 0; i < NUM_STA; i++) for (i = 0; i < NUM_STA; i++)
INIT_LIST_HEAD(&pstapriv->sta_hash[i]); INIT_LIST_HEAD(&pstapriv->sta_hash[i]);
......
...@@ -314,8 +314,6 @@ struct sta_priv { ...@@ -314,8 +314,6 @@ struct sta_priv {
spinlock_t sta_hash_lock; spinlock_t sta_hash_lock;
struct list_head sta_hash[NUM_STA]; struct list_head sta_hash[NUM_STA];
int asoc_sta_count; int asoc_sta_count;
struct rtw_queue sleep_q;
struct rtw_queue wakeup_q;
struct rtw_adapter *padapter; struct rtw_adapter *padapter;
struct list_head asoc_list; struct list_head asoc_list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment