All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gertjan van Wingerde <gwingerde@gmail.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: Ivo van Doorn <IvDoorn@gmail.com>,
	<linux-wireless@vger.kernel.org>, <users@rt2x00.serialmonkey.com>,
	Gertjan van Wingerde <gwingerde@gmail.com>
Subject: [PATCH 0/4] Final set of fixes and cleanups for 2.6.35.
Date: Thu, 13 May 2010 21:16:02 +0200	[thread overview]
Message-ID: <1273778166-3833-1-git-send-email-gwingerde@gmail.com> (raw)

These are the final set of fixes and cleanups for 2.6.35 from my side.
The first one is a powersave fixlet that was off my radar for a while but
got dusted off. One is a fix of a bug introduced in a previous patch series
and the final two are clean-ups that make it easier to use rt2x00usb
functionality.

This is on top of the last patch series I sent out.

These patches (and the ones of the previous series) can also be pulled from:

	git://git.gwingerde.nl/rt2x00-next-2.6.git

Gertjan van Wingerde (4):
  rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.
  rt2x00: Fix rt2800usb TX descriptor writing.
  rt2x00: Clean up USB vendor request buffer functions.
  rt2x00: Centralize rt2800 beacon writing.

 drivers/net/wireless/rt2x00/rt2400pci.c |    9 ++--
 drivers/net/wireless/rt2x00/rt2500pci.c |    9 ++--
 drivers/net/wireless/rt2x00/rt2500usb.c |   14 +-----
 drivers/net/wireless/rt2x00/rt2800lib.c |   61 +++++++++++++++++++++++++
 drivers/net/wireless/rt2x00/rt2800lib.h |    2 +
 drivers/net/wireless/rt2x00/rt2800pci.c |   63 +--------------------------
 drivers/net/wireless/rt2x00/rt2800usb.c |   74 ++-----------------------------
 drivers/net/wireless/rt2x00/rt2x00usb.c |   22 +---------
 drivers/net/wireless/rt2x00/rt2x00usb.h |   19 --------
 drivers/net/wireless/rt2x00/rt61pci.c   |    7 ++-
 drivers/net/wireless/rt2x00/rt73usb.c   |   39 +++++------------
 11 files changed, 96 insertions(+), 223 deletions(-)


             reply	other threads:[~2010-05-13 19:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-13 19:16 Gertjan van Wingerde [this message]
2010-05-13 19:16 ` [PATCH 1/4] rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions Gertjan van Wingerde
2010-05-13 19:30   ` Ivo Van Doorn
2010-05-13 20:03     ` Gertjan van Wingerde
2010-05-13 19:16 ` [PATCH 2/4] rt2x00: Fix rt2800usb TX descriptor writing Gertjan van Wingerde
2010-05-13 19:30   ` Ivo Van Doorn
2010-05-13 19:16 ` [PATCH 3/4] rt2x00: Clean up USB vendor request buffer functions Gertjan van Wingerde
2010-05-13 19:31   ` Ivo Van Doorn
2010-05-13 19:16 ` [PATCH 4/4] rt2x00: Centralize rt2800 beacon writing Gertjan van Wingerde
2010-05-13 19:32   ` Ivo Van Doorn

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=1273778166-3833-1-git-send-email-gwingerde@gmail.com \
    --to=gwingerde@gmail.com \
    --cc=IvDoorn@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=users@rt2x00.serialmonkey.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.