From: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH 0/2] staging: rtl8192u: Use system_wq
Date: Sat, 20 Feb 2016 18:45:52 +0530 [thread overview]
Message-ID: <20160220131552.GA3543@Karyakshetra> (raw)
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
next reply other threads:[~2016-02-20 13:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-20 13:15 Bhaktipriya Shridhar [this message]
2016-02-20 22:58 ` [Outreachy kernel] [PATCH 0/2] staging: rtl8192u: Use system_wq Greg KH
2016-02-21 5:25 ` Bhaktipriya Shridhar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160220131552.GA3543@Karyakshetra \
--to=bhaktipriya96@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.