From: Larry Finger <Larry.Finger@lwfinger.net>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 0/6] rtlwifi: Convert drivers away from global copies of structures
Date: Tue, 27 Mar 2012 09:40:20 -0500 [thread overview]
Message-ID: <4F71D154.3060103@lwfinger.net> (raw)
In-Reply-To: <1332787797-26475-1-git-send-email-Larry.Finger@lwfinger.net>
On 03/26/2012 01:49 PM, Larry Finger wrote:
> All the rtlwifi-family of drivers contain 1 or 2 tables that are defined
> on a "per-driver" basis. For systems that contain more than one interface,
> each instance will not have its own copy.
>
> This series of patches is to be applied to kernel 3.5.
>
> Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net>
John,
Please drop this series of patches. I think I messed something up and will
resubmit later.
Sorry for the noise,
Larry
>
> Larry Finger (6):
> rtlwifi: Move dig_t and ps_t structs
> rtlwifi: Add dm structs to private structure
> rtlwifi: rtl8192c: Convert driver to use private dm structs
> rtlwifi: rtl8192c: Convert driver to use private ps_t struct
> rtlwifi: rtl8192de: Convert driver to use private dm structs
> rtlwifi: rtl8192se: Convert driver to use private dm structs
>
> drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c | 22 ++++++-
> drivers/net/wireless/rtlwifi/rtl8192c/dm_common.h | 35 -----------
> drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c | 1 +
> drivers/net/wireless/rtlwifi/rtl8192ce/dm.h | 35 -----------
> drivers/net/wireless/rtlwifi/rtl8192de/dm.c | 11 +++-
> drivers/net/wireless/rtlwifi/rtl8192de/dm.h | 51 ----------------
> drivers/net/wireless/rtlwifi/rtl8192de/phy.c | 1 +
> drivers/net/wireless/rtlwifi/rtl8192se/dm.c | 6 ++-
> drivers/net/wireless/rtlwifi/rtl8192se/dm.h | 44 --------------
> drivers/net/wireless/rtlwifi/rtl8192se/phy.c | 1 +
> drivers/net/wireless/rtlwifi/wifi.h | 63 ++++++++++++++++++++
> 11 files changed, 99 insertions(+), 171 deletions(-)
>
prev parent reply other threads:[~2012-03-27 14:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-26 18:49 [PATCH 0/6] rtlwifi: Convert drivers away from global copies of structures Larry Finger
2012-03-26 18:49 ` [PATCH 1/6] rtlwifi: Move dig_t and ps_t structs Larry Finger
2012-03-26 18:49 ` [PATCH 2/6] rtlwifi: Add dm structs to private structure Larry Finger
2012-03-26 18:49 ` [PATCH 3/6] rtlwifi: rtl8192c: Convert driver to use private dm structs Larry Finger
2012-03-26 18:49 ` [PATCH 4/6] rtlwifi: rtl8192c: Convert driver to use private ps_t struct Larry Finger
2012-03-26 18:49 ` [PATCH 5/6] rtlwifi: rtl8192de: Convert driver to use private dm structs Larry Finger
2012-03-26 18:49 ` [PATCH 6/6] rtlwifi: rtl8192se: Convert driver to use private dm struct Larry Finger
2012-03-27 14:40 ` Larry Finger [this message]
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=4F71D154.3060103@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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.