Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1165502

[PATCH v2 14/15] staging: rtl8192e: Remove softmac_hint11d_wq queue

From Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 14/15] staging: rtl8192e: Remove softmac_hint11d_wq queue
Date 2015-06-15 21:20 +0200
Message-ID <pBI5j-4c0-19@gated-at.bofh.it> (permalink)
References <pBHVE-40I-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This queue is never used, and function handler is empty

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
---
 drivers/staging/rtl8192e/rtllib.h         | 1 -
 drivers/staging/rtl8192e/rtllib_softmac.c | 6 ------
 2 files changed, 7 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index f3a4bbc..74c2a28 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -1794,7 +1794,6 @@ struct rtllib_device {
 	struct work_struct ips_leave_wq;
 	struct delayed_work associate_procedure_wq;
 	struct delayed_work softmac_scan_wq;
-	struct delayed_work softmac_hint11d_wq;
 	struct delayed_work associate_retry_wq;
 	struct delayed_work start_ibss_wq;
 	struct delayed_work hw_wakeup_wq;
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index 6d11205..3f4a932 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -492,10 +492,6 @@ void rtllib_send_probe_requests(struct rtllib_device *ieee, u8 is_mesh)
 	}
 }
 
-static void rtllib_softmac_hint11d_wq(void *data)
-{
-}
-
 void rtllib_update_active_chan_map(struct rtllib_device *ieee)
 {
 	memcpy(ieee->active_channel_map, GET_DOT11D_INFO(ieee)->channel_map,
@@ -3045,8 +3041,6 @@ void rtllib_softmac_init(struct rtllib_device *ieee)
 			      (void *)rtllib_associate_procedure_wq, ieee);
 	INIT_DELAYED_WORK_RSL(&ieee->softmac_scan_wq,
 			      (void *)rtllib_softmac_scan_wq, ieee);
-	INIT_DELAYED_WORK_RSL(&ieee->softmac_hint11d_wq,
-			      (void *)rtllib_softmac_hint11d_wq, ieee);
 	INIT_DELAYED_WORK_RSL(&ieee->associate_retry_wq,
 			      (void *)rtllib_associate_retry_wq, ieee);
 	INIT_WORK_RSL(&ieee->wx_sync_scan_wq, (void *)rtllib_wx_sync_scan_wq,
-- 
1.8.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 00/15] staging: rtl8192e: Remove unused code Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:10 +0200
  [PATCH v2 01/15] staging: rtl8192e: Remove unused code in rtl819x_HT.h Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:10 +0200
  [PATCH v2 06/15] staging: rtl8192e: Remove rtllib_wake_queue() Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:10 +0200
  [PATCH v2 12/15] staging: rtl8192e: Remove rt_pwr_save_ctrl members Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:10 +0200
  [PATCH v2 02/15] staging: rtl8192e: Remove unused code in rtllib.h Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:10 +0200
  [PATCH v2 03/15] staging: rtl8192e: Remove rt_hi_throughput::ChnkOp Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:10 +0200
  [PATCH v2 15/15] staging: rtl8192e: Remove rtllib_device::agregation Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:20 +0200
  [PATCH v2 11/15] staging: rtl8192e: Remove rtllib_network::last_associate Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:20 +0200
  [PATCH v2 13/15] staging: rtl8192e: Remove unused rtllib_device members Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:20 +0200
  [PATCH v2 14/15] staging: rtl8192e: Remove softmac_hint11d_wq queue Mateusz Kulikowski <mateusz.kulikowski@gmail.com> - 2015-06-15 21:20 +0200

csiph-web