From: "Guy, Wey-Yi" <wey-yi.w.guy@intel.com>
To: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Intel Linux Wireless <ilw@linux.intel.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 1/3] iwlwifi: move rx handlers code to iwl-rx.c
Date: Fri, 04 Mar 2011 08:52:41 -0800 [thread overview]
Message-ID: <1299257561.5082.145.camel@wwguy-huron> (raw)
In-Reply-To: <1299257511-5241-1-git-send-email-sgruszka@redhat.com>
On Fri, 2011-03-04 at 08:51 -0800, Stanislaw Gruszka wrote:
> Put generic rx_handlers (except iwlagn_rx_reply_compressed_ba) to
> iwl-rx.c . Make functions static and change prefix from iwlagn_ to
> iwl_ . Beautify iwl_setup_rx_handlers and do some other minor coding
> style changes.
>
> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> ---
> drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 235 -------------
> drivers/net/wireless/iwlwifi/iwl-agn.c | 176 ----------
> drivers/net/wireless/iwlwifi/iwl-agn.h | 13 +-
> drivers/net/wireless/iwlwifi/iwl-core.c | 63 ----
> drivers/net/wireless/iwlwifi/iwl-core.h | 18 +-
> drivers/net/wireless/iwlwifi/iwl-rx.c | 523 ++++++++++++++++++++++++++--
> 6 files changed, 500 insertions(+), 528 deletions(-)
> --
We want to do the minimum change during driver split, so after the
driver split, the iwlagn driver has the mixed iwl-agn-xxx and iwl-xxx
files. We need to do the clean up again. this patch is ok for now, but
we are planning to unify the filename and function name for iwlagn
driver soon.
Wey
Wey
next prev parent reply other threads:[~2011-03-04 17:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-04 16:51 [PATCH 1/3] iwlwifi: move rx handlers code to iwl-rx.c Stanislaw Gruszka
2011-03-04 16:51 ` [PATCH 2/3] iwlwifi: cleanup iwl_good_plcp_health Stanislaw Gruszka
2011-03-04 16:47 ` Guy, Wey-Yi
2011-03-04 16:51 ` [PATCH 3/3] iwlwifi: avoid too frequent recover from statistics Stanislaw Gruszka
2011-03-04 16:46 ` Guy, Wey-Yi
2011-03-04 16:52 ` Guy, Wey-Yi [this message]
2011-03-06 21:34 ` [PATCH 1/3] iwlwifi: move rx handlers code to iwl-rx.c Guy, Wey-Yi
2011-03-06 23:47 ` Daniel Halperin
2011-03-07 8:12 ` Undefined TASK_INTERRUPTIBLE (Was: Re: [PATCH 1/3] iwlwifi: move rx handlers code to iwl-rx.c) Stanislaw Gruszka
2011-03-07 9:20 ` Peter Zijlstra
2011-03-07 13:12 ` Stanislaw Gruszka
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=1299257561.5082.145.camel@wwguy-huron \
--to=wey-yi.w.guy@intel.com \
--cc=ilw@linux.intel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=sgruszka@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).