summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2014-05-09 15:04:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-15 13:12:02 -0700
commit208ceb8307a1832f427519d995a2e2d7e112d7d1 (patch)
tree7173b65a25891a7d83570f7cf40799f9b361f20e
parentd8ab7e840dd36dfe5672d7dc94f428cb5f14c7cf (diff)
staging: rtl8723au: Remove some unused lists from struct sta_priv
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723au/core/rtw_sta_mgt.c2
-rw-r--r--drivers/staging/rtl8723au/include/sta_info.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8723au/core/rtw_sta_mgt.c b/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
index 403dc8e07e73..7f1f66c6709b 100644
--- a/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
+++ b/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
@@ -54,8 +54,6 @@ u32 _rtw_init_sta_priv23a(struct sta_priv *pstapriv)
spin_lock_init(&pstapriv->sta_hash_lock);
pstapriv->asoc_sta_count = 0;
- _rtw_init_queue23a(&pstapriv->sleep_q);
- _rtw_init_queue23a(&pstapriv->wakeup_q);
for (i = 0; i < NUM_STA; i++)
INIT_LIST_HEAD(&pstapriv->sta_hash[i]);
diff --git a/drivers/staging/rtl8723au/include/sta_info.h b/drivers/staging/rtl8723au/include/sta_info.h
index 195a3493395f..3bd8f44895c9 100644
--- a/drivers/staging/rtl8723au/include/sta_info.h
+++ b/drivers/staging/rtl8723au/include/sta_info.h
@@ -314,8 +314,6 @@ struct sta_priv {
spinlock_t sta_hash_lock;
struct list_head sta_hash[NUM_STA];
int asoc_sta_count;
- struct rtw_queue sleep_q;
- struct rtw_queue wakeup_q;
struct rtw_adapter *padapter;
struct list_head asoc_list;