All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8192u: Use system_wq
@ 2016-02-20 13:15 Bhaktipriya Shridhar
  2016-02-20 22:58 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaktipriya Shridhar @ 2016-02-20 13:15 UTC (permalink / raw)
  To: outreachy-kernel


This patchset removes create_workqueue() usages in rtl8192u.
With conccurency managed workqueues, use of dedicated workqueues can
be replaced with system_wq.

Bhaktipriya Shridhar (2):
  staging: rtl8192u: Use system_wq
  staging: rtl8192u: Use system_wq

 drivers/staging/rtl8192u/ieee80211/ieee80211.h      |  1 -
 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c  | 21 +++++++++++----------
 .../rtl8192u/ieee80211/ieee80211_softmac_wx.c       |  2 +-
 drivers/staging/rtl8192u/r8192U.h                   |  1 -
 drivers/staging/rtl8192u/r8192U_core.c              | 17 ++++++++---------
 drivers/staging/rtl8192u/r8192U_dm.c                |  6 +++---
 drivers/staging/rtl8192u/r819xU_phy.c               |  2 +-
 7 files changed, 24 insertions(+), 26 deletions(-)

--
2.1.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-21  5:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-20 13:15 [PATCH 0/2] staging: rtl8192u: Use system_wq Bhaktipriya Shridhar
2016-02-20 22:58 ` [Outreachy kernel] " Greg KH
2016-02-21  5:25   ` Bhaktipriya Shridhar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.