From: Mike McCormack <mikem@ring3k.org>
To: Larry.Finger@lwfinger.net, chaoming_li@realsil.com.cn
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org
Subject: [PATCH 0/5] Refactor received packet processing
Date: Mon, 06 Jun 2011 23:11:40 +0900 [thread overview]
Message-ID: <4DECE01C.4020603@ring3k.org> (raw)
Hi Larry,
This patch series refactors the _rtl_pci_rx_interrupt function into two functions,
and changes its behavior slightly by throwing away bad incoming packets and
failing on SKB allocation earlier.
thanks,
Mike
Mike McCormack (5):
rtlwifi: Allocate new skb before modifying old
rtlwifi: Remove unnecessary indent
rtlwifi: Resubmit skbs with bad CRC early
rtlwifi: Free skb in one place
rtlwifi: Factor out code to receive one packet
drivers/net/wireless/rtlwifi/pci.c | 208 ++++++++++++++++-------------------
1 files changed, 95 insertions(+), 113 deletions(-)
--
1.7.4.1
reply other threads:[~2011-06-06 14:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4DECE01C.4020603@ring3k.org \
--to=mikem@ring3k.org \
--cc=Larry.Finger@lwfinger.net \
--cc=chaoming_li@realsil.com.cn \
--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 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).